Skip to content

Removed debug code and fixed some bugs #23

Removed debug code and fixed some bugs

Removed debug code and fixed some bugs #23

Triggered via push January 25, 2026 15:28
Status Success
Total duration 46s
Artifacts

cpp-linter.yaml

on: push
cpp-linter
43s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 10 warnings, and 10 notices
src/config/board.hpp:3:10 [clang-diagnostic-error]: src/config/board.hpp#L3
'nlohmann/json.hpp' file not found
src/tools/image_validator.hpp:5:10 [clang-diagnostic-error]: src/tools/image_validator.hpp#L5
'metavision/sdk/core/utils/frame_composer.h' file not found
src/cli/orchestrator.cpp:14:33 [cppcoreguidelines-avoid-magic-numbers]: src/cli/orchestrator.cpp#L14
60 is a magic number; consider replacing it with a named constant
src/cli/orchestrator.cpp:13:39 [cppcoreguidelines-avoid-magic-numbers]: src/cli/orchestrator.cpp#L13
60 is a magic number; consider replacing it with a named constant
src/config/orchestrator.cpp:36:31 [readability-identifier-length]: src/config/orchestrator.cpp#L36
variable name 'ss' is too short, expected at least 3 characters
src/config/orchestrator.cpp:16:31 [readability-identifier-length]: src/config/orchestrator.cpp#L16
variable name 'ss' is too short, expected at least 3 characters
src/camera_calibration.cpp:135:34 [bugprone-easily-swappable-parameters]: src/camera_calibration.cpp#L135
2 adjacent parameters of 'pairWiseStereoCalibrate' of similar type ('int &') are easily swapped by mistake
src/camera_calibration.cpp:89:14 [readability-identifier-length]: src/camera_calibration.cpp#L89
variable name 'i' is too short, expected at least 3 characters
src/camera_calibration.cpp:42:10 [cppcoreguidelines-avoid-non-const-global-variables]: src/camera_calibration.cpp#L42
variable 'getCamDirs' is non-const and globally accessible, consider making it const
src/camera_calibration.cpp:11:9 [bugprone-easily-swappable-parameters]: src/camera_calibration.cpp#L11
3 adjacent parameters of 'filterByOverlapIds' of similar type ('int &') are easily swapped by mistake
src/camera_calibration.cpp:9:9 [bugprone-easily-swappable-parameters]: src/camera_calibration.cpp#L9
2 adjacent parameters of 'filterByOverlapIds' of similar type ('const Utility::CharucoResults &') are easily swapped by mistake
Run clang-format on src/utility.cpp: src/utility.cpp#L0
File src/utility.cpp does not conform to LLVM style guidelines. (lines 9, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 48, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 66, 67, 70, 71, 72, 73, 74, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 92, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 150, 151, 153, 154, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167)
Run clang-format on src/executors/recording_runner.hpp: src/executors/recording_runner.hpp#L0
File src/executors/recording_runner.hpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 8, 9, 11)
Run clang-format on src/executors/board_runner.hpp: src/executors/board_runner.hpp#L0
File src/executors/board_runner.hpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 8, 9, 11)
Run clang-format on src/recoding/video_viewer.cpp: src/recoding/video_viewer.cpp#L0
File src/recoding/video_viewer.cpp does not conform to LLVM style guidelines. (lines 3, 7, 10, 11, 12, 13, 15, 18, 19, 28, 30, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 99, 100, 101, 102, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132, 133, 134, 135, 136, 137, 139, 140, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 170, 171, 172, 173, 175, 176, 178, 179, 181, 182, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 297, 298, 299, 300, 301, 302, 303, 305, 306, 307, 308, 309, 310, 311, 312, 314, 315, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 335, 337, 338, 339, 340, 341, 342, 343, 345, 346, 347, 348, 349, 350, 351, 353, 354, 355, 356, 358)
Run clang-format on src/recoding/recorders/camera_worker.cpp: src/recoding/recorders/camera_worker.cpp#L0
File src/recoding/recorders/camera_worker.cpp does not conform to LLVM style guidelines. (lines 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 54, 55, 56, 59, 60, 61, 63)
Run clang-format on src/cli/orchestrator.cpp: src/cli/orchestrator.cpp#L0
File src/cli/orchestrator.cpp does not conform to LLVM style guidelines. (lines 1, 4, 5, 6, 8, 10, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 25, 26, 28, 29, 31, 32, 34)
Run clang-format on src/config/orchestrator.cpp: src/config/orchestrator.cpp#L0
File src/config/orchestrator.cpp does not conform to LLVM style guidelines. (lines 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44)
Run clang-format on src/tools/image_validator.hpp: src/tools/image_validator.hpp#L0
File src/tools/image_validator.hpp does not conform to LLVM style guidelines. (lines 5, 8, 9, 10, 11, 13, 14, 15, 16, 19, 20, 21, 22, 24, 25, 26, 27, 29, 31)
Run clang-format on src/executors/validation_runner.hpp: src/executors/validation_runner.hpp#L0
File src/executors/validation_runner.hpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 9)
Run clang-format on src/camera_calibration.cpp: src/camera_calibration.cpp#L0
File src/camera_calibration.cpp does not conform to LLVM style guidelines. (lines 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 60, 61, 64, 65, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 129, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 149, 150, 151, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 192, 194, 195, 197, 198, 199, 200, 202, 203, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 224)