adding a linter workflow #2
Annotations
10 errors, 10 warnings, and 10 notices
src/samples/cpp/producer/src/producer_node.cpp#L5
'producer_node.hpp' file not found
|
src/samples/cpp/producer/src/producer_core.cpp#L4
'producer_core.hpp' file not found
|
src/samples/cpp/producer/test/producer_test.cpp#L1
'gtest/gtest.h' file not found
|
src/samples/cpp/aggregator/src/aggregator_node.cpp#L4
'aggregator_node.hpp' file not found
|
src/samples/cpp/aggregator/src/aggregator_core.cpp#L3
'aggregator_core.hpp' file not found
|
src/samples/cpp/aggregator/test/aggregator_test.cpp#L4
'gtest/gtest.h' file not found
|
src/samples/cpp/transformer/src/transformer_core.cpp#L4
'transformer_core.hpp' file not found
|
src/samples/cpp/transformer/src/transformer_node.cpp#L3
'transformer_node.hpp' file not found
|
src/samples/cpp/transformer/test/transformer_test.cpp#L5
'gtest/gtest.h' file not found
|
src/perception/radar_object_detection/radar_vis/src/radar_vis_node.cpp#L3
'radar_vis_node.hpp' file not found
|
src/samples/cpp/producer/src/producer_node.cpp#L67
use a trailing return type for this function
|
src/samples/cpp/producer/test/producer_test.cpp#L5
use a trailing return type for this function
|
src/samples/cpp/producer/test/producer_test.cpp#L5
all parameters should be named in a function
|
src/samples/cpp/producer/test/producer_test.cpp#L15
use a trailing return type for this function
|
src/samples/cpp/producer/test/producer_test.cpp#L15
all parameters should be named in a function
|
src/samples/cpp/producer/test/producer_test.cpp#L25
use a trailing return type for this function
|
src/samples/cpp/producer/test/producer_test.cpp#L25
all parameters should be named in a function
|
src/samples/cpp/aggregator/src/aggregator_node.cpp#L43
use a trailing return type for this function
|
src/samples/cpp/aggregator/test/aggregator_test.cpp#L9
use a trailing return type for this function
|
src/samples/cpp/aggregator/test/aggregator_test.cpp#L9
all parameters should be named in a function
|
src/samples/cpp/producer/src/producer_node.cpp#L1
File src/samples/cpp/producer/src/producer_node.cpp does not conform to Custom style guidelines. (lines 7, 8, 10, 11, 13, 14, 28, 31, 32, 35, 40, 41, 48, 49, 55, 56, 57, 60, 67)
|
src/samples/cpp/producer/src/producer_core.cpp#L1
File src/samples/cpp/producer/src/producer_core.cpp does not conform to Custom style guidelines. (lines 6, 9, 10, 11, 14, 15, 16, 19, 26, 33, 35, 40)
|
src/samples/cpp/producer/test/producer_test.cpp#L1
File src/samples/cpp/producer/test/producer_test.cpp does not conform to Custom style guidelines. (lines 5, 15, 25)
|
src/samples/cpp/aggregator/src/aggregator_node.cpp#L1
File src/samples/cpp/aggregator/src/aggregator_node.cpp does not conform to Custom style guidelines. (lines 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 20, 21, 25, 26, 29, 30, 34, 35, 38, 39, 43)
|
src/samples/cpp/aggregator/src/aggregator_core.cpp#L1
File src/samples/cpp/aggregator/src/aggregator_core.cpp does not conform to Custom style guidelines. (lines 5, 8, 9, 10, 13, 21, 26, 29, 30, 32, 37, 38, 41, 47)
|
src/samples/cpp/aggregator/test/aggregator_test.cpp#L1
File src/samples/cpp/aggregator/test/aggregator_test.cpp does not conform to Custom style guidelines. (lines 4, 9, 19, 33, 43, 61)
|
src/samples/cpp/transformer/src/transformer_core.cpp#L1
File src/samples/cpp/transformer/src/transformer_core.cpp does not conform to Custom style guidelines. (lines 6, 9, 12, 17, 18, 19, 22, 23, 28, 36, 37, 38, 44, 45, 52, 56, 57, 63, 67, 68, 74, 82)
|
src/samples/cpp/transformer/src/transformer_node.cpp#L1
File src/samples/cpp/transformer/src/transformer_node.cpp does not conform to Custom style guidelines. (lines 5, 6, 8, 9, 10, 11, 13, 14, 21, 34, 45, 52)
|
src/samples/cpp/transformer/test/transformer_test.cpp#L1
File src/samples/cpp/transformer/test/transformer_test.cpp does not conform to Custom style guidelines. (lines 5, 12, 13, 16, 19, 32, 33, 36, 37, 43, 53, 71, 84, 95, 96, 97, 98, 99, 100, 101, 102)
|
src/perception/radar_object_detection/radar_vis/src/radar_vis_node.cpp#L1
File src/perception/radar_object_detection/radar_vis/src/radar_vis_node.cpp does not conform to Custom style guidelines. (lines 3, 6, 7, 9, 10, 11, 12, 13, 14, 17, 18, 21, 25)
|
The logs for this run have expired and are no longer available.
Loading