Payload Builder supporting google.protobuf.Any #915
Annotations
1 error, 10 warnings, and 2 notices
Report lint failure
Process completed with exit code 1.
|
Run linters on source:
include/up-cpp/datamodel/builder/Payload.h#L83
parameter 's' is unused
|
Run linters on source:
include/up-cpp/datamodel/builder/Payload.h#L84
invalid case style for variable 'serializedData'
|
Run linters on source:
include/up-cpp/datamodel/builder/Payload.h#L99
parameter 'format' 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/datamodel/builder/Payload.h#L110
parameter 'format' 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/datamodel/builder/Payload.h#L123
parameter 'format' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L30
std::move of the const variable 'value' has no effect; remove std::move() or make the variable non-const
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L58
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move()
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L61
use '= default' to define a trivial copy constructor
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L67
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move()
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L72
operator=() does not handle self-assignment properly
|
Run linters on source:
src/datamodel/builder/Payload.cpp#L1
File src/datamodel/builder/Payload.cpp does not conform to Custom style guidelines. (lines 51, 52, 53)
|
Run linters on tests:
test/coverage/datamodel/PayloadBuilderTest.cpp#L1
File test/coverage/datamodel/PayloadBuilderTest.cpp does not conform to Custom style guidelines. (lines 133, 134, 135)
|
Loading