Lab2 #3178
Annotations
4 errors, 2 warnings, and 5 notices
Lab2CPP/lab2.cpp:5:10 [clang-diagnostic-error]:
Lab2CPP/lab2.cpp#L5
'stack.h' file not found
|
LibraryCPP/Tests/vector.cpp:2:10 [clang-diagnostic-error]:
LibraryCPP/Tests/vector.cpp#L2
'vector.h' file not found
|
LibraryCPP/stack.h:4:10 [clang-diagnostic-error]:
LibraryCPP/stack.h#L4
'cstddef' file not found
|
LibraryCPP/vector.h:4:10 [clang-diagnostic-error]:
LibraryCPP/vector.h#L4
'cstddef' file not found
|
Lab2CPP/lab2.cpp:47:32 [bugprone-branch-clone]:
Lab2CPP/lab2.cpp#L47
repeated branch in conditional chain
|
cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run clang-format on Lab2CPP/lab2.cpp:
Lab2CPP/lab2.cpp#L1
File Lab2CPP/lab2.cpp does not conform to Custom style guidelines. (lines 1, 9, 10, 11, 12, 15, 16, 17, 19, 20, 21, 22, 23, 25, 28, 29, 31, 32, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 77, 78, 79, 80, 82, 83, 85)
|
Run clang-format on LibraryCPP/Tests/vector.cpp:
LibraryCPP/Tests/vector.cpp#L1
File LibraryCPP/Tests/vector.cpp does not conform to Custom style guidelines. (lines 1, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 67, 68, 69, 71)
|
Run clang-format on LibraryCPP/stack.cpp:
LibraryCPP/stack.cpp#L1
File LibraryCPP/stack.cpp does not conform to Custom style guidelines. (lines 4, 5, 6, 7, 10, 11, 12, 13, 14, 18, 19, 20, 21, 25, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 45, 46, 47, 48, 50, 51, 55, 56, 57, 58)
|
Run clang-format on LibraryCPP/vector.cpp:
LibraryCPP/vector.cpp#L1
File LibraryCPP/vector.cpp does not conform to Custom style guidelines. (lines 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 29, 30, 31, 32, 33, 34, 38, 39, 40, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 65, 66, 67, 68)
|
Run clang-format on LibraryCPP/vector.h:
LibraryCPP/vector.h#L1
File LibraryCPP/vector.h does not conform to Custom style guidelines. (lines 16, 19, 22, 25, 29)
|