New API - Post review deployment #22
Annotations
6 errors, 10 warnings, and 10 notices
Run linters on source:
include/up-cpp/utils/CallbackConnection.h#L15
'atomic' file not found
|
Run linters on source:
include/up-cpp/utils/CyclicQueue.h#L15
'condition_variable' file not found
|
Run linters on source:
include/up-cpp/utils/Expected.h#L15
'exception' file not found
|
Run linters on source:
include/up-cpp/utils/IpAddress.h#L15
'string' file not found
|
Run linters on source:
include/up-cpp/utils/base64.h#L15
'cstdint' file not found
|
Report lint failure
Process completed with exit code 1.
|
Run linters on source:
include/up-cpp/datamodel/builder/Payload.h#L142
function 'build' should be marked [[nodiscard]]
|
Run linters on source:
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
|
Run linters on source:
include/up-cpp/utils/CyclicQueue.h#L36
function 'isFull' should be marked [[nodiscard]]
|
Run linters on source:
include/up-cpp/utils/CyclicQueue.h#L37
function 'isEmpty' should be marked [[nodiscard]]
|
Run linters on source:
include/up-cpp/utils/CyclicQueue.h#L48
function 'size' should be marked [[nodiscard]]
|
Run linters on source:
include/up-cpp/utils/Expected.h#L42
invalid case style for type alias 'value_type'
|
Run linters on source:
include/up-cpp/utils/Expected.h#L43
invalid case style for type alias 'error_type'
|
Run linters on source:
include/up-cpp/utils/Expected.h#L53
move assignment operators should be marked noexcept
|
Run linters on source:
include/up-cpp/utils/Expected.h#L62
function 'has_value' should be marked [[nodiscard]]
|
Run linters on source:
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 linters on source:
include/up-cpp/communication/NotificationSink.h#L1
File include/up-cpp/communication/NotificationSink.h does not conform to Custom style guidelines. (lines 55)
|
Run linters on source:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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 linters on tests:
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)
|
The logs for this run have expired and are no longer available.
Loading