Skip to content

Lab2

Lab2 #1794

Triggered via pull request September 27, 2024 12:41
Status Success
Total duration 47s
Artifacts

clangtidy.yml

on: pull_request
cpp-linter
40s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 4 warnings, and 4 notices
Run clang-format on Lab2CPP/lab2.cpp: Lab2CPP/lab2.cpp#L1
File Lab2CPP/lab2.cpp does not conform to Custom style guidelines. (lines 1, 7, 8, 9, 10, 11, 12, 13, 14, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 65, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 100, 101, 105, 106, 107, 108, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122)
Run clang-format on LibraryCPP/array.h: LibraryCPP/array.h#L1
File LibraryCPP/array.h does not conform to Custom style guidelines. (lines 15, 18, 21, 24, 27, 30)
Run clang-format on LibraryCPP/list.cpp: LibraryCPP/list.cpp#L1
File LibraryCPP/list.cpp does not conform to Custom style guidelines. (lines 1, 4, 5, 6, 7, 8, 11, 12, 13, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 45, 46, 47, 48, 52, 53, 54, 55, 59, 60, 61, 62, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 80, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 97, 99, 100, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 115, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131)
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, 9, 10, 11, 12, 17, 18, 19, 20, 24, 25, 26, 30, 31, 32, 33, 37, 38, 39, 43, 44, 45, 46, 47, 48, 49, 50)
Lab2CPP/lab2.cpp:32:4 [bugprone-branch-clone]: Lab2CPP/lab2.cpp#L32
repeated branch in conditional chain
Lab2CPP/lab2.cpp:86:4 [bugprone-branch-clone]: Lab2CPP/lab2.cpp#L86
switch has 4 consecutive identical branches
LibraryCPP/list.cpp:4:8 [cppcoreguidelines-pro-type-member-init]: LibraryCPP/list.cpp#L4
constructor does not initialize these fields: value
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/