Work in progress #124
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/engine.cpp#L20
constructor does not initialize these fields: _loopables
|
Lint:
src/engine.cpp#L28
return type 'const std::shared_ptr<graphics::window>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/engine.cpp#L28
use a trailing return type for this function
|
Lint:
src/engine.cpp#L36
return type 'const std::shared_ptr<graphics::renderer>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/engine.cpp#L36
use a trailing return type for this function
|
Lint:
src/engine.cpp#L44
return type 'const std::shared_ptr<audio::audiodevice>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/engine.cpp#L44
use a trailing return type for this function
|
Lint:
src/engine.cpp#L52
return type 'const std::shared_ptr<input::eventmanager>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Lint:
src/engine.cpp#L52
use a trailing return type for this function
|
Lint:
src/engine.cpp#L60
return type 'const std::shared_ptr<framework::entitymanager>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
Loading