Skip to content

Lab3

Lab3 #4603

Triggered via pull request December 8, 2025 23:51
Status Success
Total duration 33s
Artifacts

clangtidy.yml

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

Annotations

10 errors, 8 warnings, and 9 notices
LibraryCPP/list.h:26:26 [clang-diagnostic-error]: LibraryCPP/list.h#L26
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:26:1 [clang-diagnostic-error]: LibraryCPP/list.h#L26
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:23:27 [clang-diagnostic-error]: LibraryCPP/list.h#L23
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:20:22 [clang-diagnostic-error]: LibraryCPP/list.h#L20
must use 'struct' tag to refer to type 'List'
LibraryCPP/list.h:20:1 [clang-diagnostic-error]: LibraryCPP/list.h#L20
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:17:18 [clang-diagnostic-error]: LibraryCPP/list.h#L17
must use 'struct' tag to refer to type 'List'
LibraryCPP/list.h:14:1 [clang-diagnostic-error]: LibraryCPP/list.h#L14
must use 'struct' tag to refer to type 'List'
Lab3CPP/main.cpp:199:27 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: Lab3CPP/main.cpp#L199
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Lab3CPP/main.cpp:174:14 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L174
2 adjacent parameters of 'bfs_hex' of similar type are easily swapped by mistake
Lab3CPP/main.cpp:137:21 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L137
2 adjacent parameters of 'print_hex_maze' of similar type ('const int &') are easily swapped by mistake
Lab3CPP/main.cpp:108:31 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: Lab3CPP/main.cpp#L108
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Lab3CPP/main.cpp:100:44 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L100
2 adjacent parameters of 'get_path' of similar type are easily swapped by mistake
Lab3CPP/main.cpp:77:41 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L77
2 adjacent parameters of 'reconstruct_path' of similar type are easily swapped by mistake
Lab3CPP/main.cpp:62:22 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L62
2 adjacent parameters of 'is_slit_blocked' of similar type are easily swapped by mistake
Lab3CPP/main.cpp:18:23 [bugprone-easily-swappable-parameters]: Lab3CPP/main.cpp#L18
2 adjacent parameters of 'decode' of similar type ('int &') are easily swapped by mistake
Run clang-format on LibraryCPP/vector.cpp: LibraryCPP/vector.cpp#L0
File LibraryCPP/vector.cpp does not conform to Custom style guidelines. (lines 2, 4, 5, 6, 10, 11, 12, 13, 14, 18, 19, 20, 21, 25, 29, 30, 31, 32, 36, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53)
Run clang-format on LibraryCPP/stack.h: LibraryCPP/stack.h#L0
File LibraryCPP/stack.h does not conform to Custom style guidelines. (lines 30)
Run clang-format on LibraryCPP/stack.cpp: LibraryCPP/stack.cpp#L0
File LibraryCPP/stack.cpp does not conform to Custom style guidelines. (lines 4, 5, 8, 9, 10, 14, 15, 19, 23, 27, 31, 32)
Run clang-format on LibraryCPP/queue.cpp: LibraryCPP/queue.cpp#L0
File LibraryCPP/queue.cpp does not conform to Custom style guidelines. (lines 4, 8, 9, 10, 14, 15, 19, 20, 23, 24, 25, 29, 30, 31, 35, 36)
Run clang-format on LibraryCPP/list.h: LibraryCPP/list.h#L0
File LibraryCPP/list.h does not conform to Custom style guidelines. (lines 49)
Run clang-format on LibraryCPP/list.cpp: LibraryCPP/list.cpp#L0
File LibraryCPP/list.cpp does not conform to Custom style guidelines. (lines 1, 4, 5, 6, 10, 11, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 32, 33, 36, 40, 41, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 63, 64, 66, 67, 68, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 85, 86, 88, 89, 91, 92, 93, 94, 95, 96, 98, 102, 104, 106, 107, 109, 111, 112, 113, 114, 115, 116, 118, 122)
Run clang-format on Lab3CPP/main.cpp: Lab3CPP/main.cpp#L0
File Lab3CPP/main.cpp does not conform to Custom style guidelines. (lines 1, 15, 16, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 63, 64, 68, 69, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 225, 226, 227, 228, 229, 230, 231, 232, 233, 235, 236, 238, 239)
Run clang-format on Lab2CPP/main.cpp: Lab2CPP/main.cpp#L0
File Lab2CPP/main.cpp does not conform to Custom style guidelines. (lines 1, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 24, 25, 28, 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, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 69, 70, 71, 72, 73, 75)
Run clang-format on Lab1CPP/lab1.cpp: Lab1CPP/lab1.cpp#L0
File Lab1CPP/lab1.cpp does not conform to Custom style guidelines. (lines 1, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 57, 59, 60, 61, 62, 63, 65, 66, 68, 69, 70, 72, 73, 74, 75, 76, 77, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 97, 98)