Work in progress #152
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/entity.cpp#L11
constructor does not initialize these fields: _id, _onupdate, _onanimationfinished, _onmail
|
Lint:
src/entity.cpp#L19
use a trailing return type for this function
|
Lint:
src/entity.cpp#L23
use a trailing return type for this function
|
Lint:
src/entity.cpp#L25
return type 'const std::string' (aka 'const int') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/entity.cpp#L25
use a trailing return type for this function
|
Lint:
src/entity.cpp#L27
return type 'const framework::entityprops' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/entity.cpp#L27
use a trailing return type for this function
|
Lint:
src/entity.cpp#L31
the parameter 'props' is copied for each invocation but only used as a const reference; consider making it a const reference
|
Lint:
src/entity.cpp#L35
use a trailing return type for this function
|
Lint:
src/entity.cpp#L39
use a trailing return type for this function
|
Loading