Skip to content

Lab3

Lab3 #3600

Triggered via pull request December 26, 2024 14:48
Status Success
Total duration 35s
Artifacts

clangtidy.yml

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

Annotations

10 errors, 7 warnings, and 10 notices
Lab1CPP/lab1.h:4:10 [clang-diagnostic-error]: Lab1CPP/lab1.h#L4
'array.h' file not found
Lab2CPP/lab2.h:4:10 [clang-diagnostic-error]: Lab2CPP/lab2.h#L4
'stack.h' file not found
Lab3CPP/lab3.h:4:10 [clang-diagnostic-error]: Lab3CPP/lab3.h#L4
'iostream' file not found
LibraryC/stack.h:4:10 [clang-diagnostic-error]: LibraryC/stack.h#L4
'stdbool.h' file not found
LibraryCPP/list.h:12:1 [clang-diagnostic-error]: LibraryCPP/list.h#L12
must use 'struct' tag to refer to type 'List'
LibraryCPP/list.h:15:18 [clang-diagnostic-error]: LibraryCPP/list.h#L15
must use 'struct' tag to refer to type 'List'
LibraryCPP/list.h:18:1 [clang-diagnostic-error]: LibraryCPP/list.h#L18
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:18:22 [clang-diagnostic-error]: LibraryCPP/list.h#L18
must use 'struct' tag to refer to type 'List'
LibraryCPP/list.h:21:27 [clang-diagnostic-error]: LibraryCPP/list.h#L21
must use 'struct' tag to refer to type 'ListItem'
LibraryCPP/list.h:24:1 [clang-diagnostic-error]: LibraryCPP/list.h#L24
must use 'struct' tag to refer to type 'ListItem'
Lab2CPP/lab2.cpp:53:5 [bugprone-branch-clone]: Lab2CPP/lab2.cpp#L53
if with identical then and else branches
Lab2CPP/lab2.h:11:1 [cppcoreguidelines-avoid-non-const-global-variables]: Lab2CPP/lab2.h#L11
variable 'std' is non-const and globally accessible, consider making it const
Lab3CPP/lab3.h:11:7 [cppcoreguidelines-avoid-non-const-global-variables]: Lab3CPP/lab3.h#L11
variable 'namespace' is non-const and globally accessible, consider making it const
LibraryCPP/array.cpp:3:8 [cppcoreguidelines-pro-type-member-init]: LibraryCPP/array.cpp#L3
constructor does not initialize these fields: data, size
LibraryCPP/queue.cpp:4:8 [cppcoreguidelines-pro-type-member-init]: LibraryCPP/queue.cpp#L4
constructor does not initialize these fields: vector, first, size
LibraryCPP/vector.cpp:3:8 [cppcoreguidelines-pro-type-member-init]: LibraryCPP/vector.cpp#L3
constructor does not initialize these fields: data, size, capacity
LibraryCPPClass/stack.h:8:7 [cppcoreguidelines-avoid-non-const-global-variables]: LibraryCPPClass/stack.h#L8
variable 'Stack' is non-const and globally accessible, consider making it const
Run clang-format on Lab1CPP/MyArray.cpp: Lab1CPP/MyArray.cpp#L1
File Lab1CPP/MyArray.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 9, 11, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63)
Run clang-format on Lab1CPP/lab1.cpp: Lab1CPP/lab1.cpp#L1
File Lab1CPP/lab1.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83)
Run clang-format on Lab1CPP/lab1.h: Lab1CPP/lab1.h#L1
File Lab1CPP/lab1.h does not conform to Custom style guidelines. (lines 7, 8, 9, 12)
Run clang-format on Lab1CPP/main.cpp: Lab1CPP/main.cpp#L1
File Lab1CPP/main.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28)
Run clang-format on Lab2CPP/TestTask.cpp: Lab2CPP/TestTask.cpp#L1
File Lab2CPP/TestTask.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 41)
Run clang-format on Lab2CPP/lab2.cpp: Lab2CPP/lab2.cpp#L1
File Lab2CPP/lab2.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 11, 12, 13, 14, 16, 17, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61)
Run clang-format on Lab2CPP/lab2.h: Lab2CPP/lab2.h#L1
File Lab2CPP/lab2.h does not conform to Custom style guidelines. (lines 4, 11)
Run clang-format on Lab3CPP/TestTask.cpp: Lab3CPP/TestTask.cpp#L1
File Lab3CPP/TestTask.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 52)
Run clang-format on Lab3CPP/lab3.cpp: Lab3CPP/lab3.cpp#L1
File Lab3CPP/lab3.cpp does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 24, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38)
Run clang-format on Lab3CPP/lab3.h: Lab3CPP/lab3.h#L1
File Lab3CPP/lab3.h does not conform to Custom style guidelines. (lines 4, 16, 17)