Skip to content

Work in progress

Work in progress #124

Triggered via push September 29, 2024 22:50
Status Failure
Total duration 1m 16s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 1.
src/engine.cpp:20:1 [cppcoreguidelines-pro-type-member-init]: src/engine.cpp#L20
constructor does not initialize these fields: _loopables
src/engine.cpp:28:1 [readability-const-return-type]: 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
src/engine.cpp:28:49 [modernize-use-trailing-return-type]: src/engine.cpp#L28
use a trailing return type for this function
src/engine.cpp:36:1 [readability-const-return-type]: 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
src/engine.cpp:36:51 [modernize-use-trailing-return-type]: src/engine.cpp#L36
use a trailing return type for this function
src/engine.cpp:44:1 [readability-const-return-type]: 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
src/engine.cpp:44:51 [modernize-use-trailing-return-type]: src/engine.cpp#L44
use a trailing return type for this function
src/engine.cpp:52:1 [readability-const-return-type]: 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
src/engine.cpp:52:52 [modernize-use-trailing-return-type]: src/engine.cpp#L52
use a trailing return type for this function
src/engine.cpp:60:1 [readability-const-return-type]: 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