Skip to content

New API - Post review deployment #22

New API - Post review deployment

New API - Post review deployment #22

Triggered via pull request May 18, 2024 00:42
Status Failure
Total duration 2m 58s
Artifacts

lint.yml

on: pull_request
Lint C++ Sources
2m 48s
Lint C++ Sources
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 10 warnings, and 10 notices
Lint C++ Sources
Process completed with exit code 1.
include/up-cpp/utils/CyclicQueue.h:26:23 [readability-avoid-const-params-in-decls]: include/up-cpp/utils/CyclicQueue.h#L26
parameter 'max_size' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
include/up-cpp/utils/Expected.h:62:2 [modernize-use-nodiscard]: include/up-cpp/utils/Expected.h#L62
function 'has_value' should be marked [[nodiscard]]
include/up-cpp/utils/IpAddress.h:61:21 [readability-avoid-const-params-in-decls]: include/up-cpp/utils/IpAddress.h#L61
parameter 'ip_string' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
Run clang-format on include/up-cpp/communication/NotificationSink.h: include/up-cpp/communication/NotificationSink.h#L1
File include/up-cpp/communication/NotificationSink.h does not conform to Custom style guidelines. (lines 55)
Run clang-format on include/up-cpp/utils/CallbackConnection.h: include/up-cpp/utils/CallbackConnection.h#L1
File include/up-cpp/utils/CallbackConnection.h does not conform to Custom style guidelines. (lines 106, 107)
Run clang-format on test/coverage/communication/NotificationSinkTest.cpp: test/coverage/communication/NotificationSinkTest.cpp#L1
File test/coverage/communication/NotificationSinkTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/communication/NotificationSourceTest.cpp: test/coverage/communication/NotificationSourceTest.cpp#L1
File test/coverage/communication/NotificationSourceTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/communication/PublisherTest.cpp: test/coverage/communication/PublisherTest.cpp#L1
File test/coverage/communication/PublisherTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/communication/RpcClientTest.cpp: test/coverage/communication/RpcClientTest.cpp#L1
File test/coverage/communication/RpcClientTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/communication/RpcServerTest.cpp: test/coverage/communication/RpcServerTest.cpp#L1
File test/coverage/communication/RpcServerTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/communication/SubscriberTest.cpp: test/coverage/communication/SubscriberTest.cpp#L1
File test/coverage/communication/SubscriberTest.cpp does not conform to Custom style guidelines. (lines 12, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 38, 41)
Run clang-format on test/coverage/datamodel/PayloadBuilderTest.cpp: test/coverage/datamodel/PayloadBuilderTest.cpp#L1
File test/coverage/datamodel/PayloadBuilderTest.cpp does not conform to Custom style guidelines. (lines 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 36, 39)
Run clang-format on test/coverage/datamodel/UMessageBuilderTest.cpp: test/coverage/datamodel/UMessageBuilderTest.cpp#L1
File test/coverage/datamodel/UMessageBuilderTest.cpp does not conform to Custom style guidelines. (lines 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 36, 39)