Made Pylon SDK version more relaxed. #34
Annotations
10 errors, 10 warnings, and 10 notices
|
src/cli/validation.hpp:3:10 [clang-diagnostic-error]:
src/cli/validation.hpp#L3
'CLI/App.hpp' file not found
|
|
src/recoding/recorders/prophesee_cam_worker.hpp:3:10 [clang-diagnostic-error]:
src/recoding/recorders/prophesee_cam_worker.hpp#L3
'metavision/sdk/stream/camera.h' file not found
|
|
src/cli/calibration.hpp:3:10 [clang-diagnostic-error]:
src/cli/calibration.hpp#L3
'CLI/App.hpp' file not found
|
|
src/config/detection.hpp:3:10 [clang-diagnostic-error]:
src/config/detection.hpp#L3
'nlohmann/json.hpp' file not found
|
|
src/config/recording.hpp:9:10 [clang-diagnostic-error]:
src/config/recording.hpp#L9
'boost/algorithm/string/case_conv.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/recording.hpp:3:10 [clang-diagnostic-error]:
src/cli/recording.hpp#L3
'CLI/App.hpp' file not found
|
|
src/recoding/job_data.hpp:10:10 [clang-diagnostic-error]:
src/recoding/job_data.hpp#L10
'readerwriterqueue.h' file not found
|
|
src/cli/board_creation.hpp:5:10 [clang-diagnostic-error]:
src/cli/board_creation.hpp#L5
'CLI/App.hpp' file not found
|
|
src/config/board.hpp:3:10 [clang-diagnostic-error]:
src/config/board.hpp#L3
'boost/algorithm/string/case_conv.hpp' file not found
|
|
src/executors/recording_runner.cpp:209:51 [readability-braces-around-statements]:
src/executors/recording_runner.cpp#L209
statement should be inside braces
|
|
src/executors/recording_runner.cpp:135:32 [readability-identifier-length]:
src/executors/recording_runner.cpp#L135
variable name 'j' is too short, expected at least 3 characters
|
|
src/executors/recording_runner.cpp:103:32 [readability-identifier-length]:
src/executors/recording_runner.cpp#L103
variable name 'j' is too short, expected at least 3 characters
|
|
|
|
src/executors/recording_runner.cpp:44:9 [readability-function-cognitive-complexity]:
src/executors/recording_runner.cpp#L44
function 'runRecording' has cognitive complexity of 55 (threshold 25)
|
|
src/executors/recording_runner.cpp:44:9 [modernize-use-trailing-return-type]:
src/executors/recording_runner.cpp#L44
use a trailing return type for this function
|
|
src/executors/recording_runner.cpp:32:9 [modernize-use-trailing-return-type]:
src/executors/recording_runner.cpp#L32
use a trailing return type for this function
|
|
src/executors/recording_runner.cpp:19:23 [bugprone-easily-swappable-parameters]:
src/executors/recording_runner.cpp#L19
2 adjacent parameters of 'rethrowIfAny' of similar type ('int &') are easily swapped by mistake
|
|
src/recoding/recorders/camera_worker.cpp:28:24 [readability-convert-member-functions-to-static]:
src/recoding/recorders/camera_worker.cpp#L28
method 'listJobs' can be made static
|
|
src/recoding/recorders/camera_worker.cpp:7:5 [cppcoreguidelines-pro-type-member-init]:
src/recoding/recorders/camera_worker.cpp#L7
constructor does not initialize these fields: stopSource_, stopToken_, jobPath_
|
|
Run clang-format on src/cli/recording.cpp:
src/cli/recording.cpp#L0
File src/cli/recording.cpp does not conform to LLVM style guidelines. (lines 3, 4, 5, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 29)
|
|
Run clang-format on src/recoding/recorders/basler_cam_worker.cpp:
src/recoding/recorders/basler_cam_worker.cpp#L0
File src/recoding/recorders/basler_cam_worker.cpp does not conform to LLVM style guidelines. (lines 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, 141, 142, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 199, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 240, 241, 242, 243, 244, 245, 246, 247, 250, 251, 253, 254, 255, 257, 258, 259, 260, 261, 262, 263, 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, 291, 292, 293, 294, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 313, 314, 316, 317, 319, 320, 321, 323, 324, 325, 326, 328, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 358, 359, 360, 361, 362, 364, 365, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 408, 409, 410, 413, 414, 415, 416, 417, 418, 419, 421, 423)
|
|
Run clang-format on src/tools/create_board.hpp:
src/tools/create_board.hpp#L0
File src/tools/create_board.hpp does not conform to LLVM style guidelines. (lines 7, 8, 10, 11, 12, 13)
|
|
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, 10, 12)
|
|
Run clang-format on src/cli/board_creation.hpp:
src/cli/board_creation.hpp#L0
File src/cli/board_creation.hpp does not conform to LLVM style guidelines. (lines 5, 8, 9, 10, 11, 12, 13, 14, 16)
|
|
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 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42)
|
|
Run clang-format on src/config/board.hpp:
src/config/board.hpp#L0
File src/config/board.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 87)
|
|
Run clang-format on src/tools/image_validator.cpp:
src/tools/image_validator.cpp#L0
File src/tools/image_validator.cpp does not conform to LLVM style guidelines. (lines 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 32, 33, 34, 37, 38, 39, 40, 41, 42, 44, 45, 47, 48, 50, 51, 53, 54, 56, 57, 58, 59, 60, 62, 64, 65, 67, 68, 69, 72, 73, 74, 75, 76, 77, 79, 80, 81, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 101, 102, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 130, 132, 133, 134, 136, 137, 138, 139, 140, 141, 142, 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, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 191, 192, 193, 194, 195, 196, 197, 199, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 224, 225, 226, 227, 229, 230, 231, 233, 234, 235, 236, 237, 238, 239, 240, 242, 244, 245, 246, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267)
|
|
Run clang-format on src/executors/recording_runner.cpp:
src/executors/recording_runner.cpp#L0
File src/executors/recording_runner.cpp does not conform to LLVM style guidelines. (lines 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 44, 45, 46, 47, 48, 50, 51, 52, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 174, 176, 177, 178, 179, 181, 182, 185, 186, 187, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 236, 237, 239, 240, 241, 242, 243, 244, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 283, 285, 287, 288, 289, 290, 291, 293)
|
|
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)
|