Skip to content

Work in progress

Work in progress #8

Triggered via push October 30, 2023 14:13
Status Failure
Total duration 1m 29s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 4 warnings, and 2 notices
/src/common.hpp:5:10 [clang-diagnostic-error]: src/common.hpp#L5
'SDL2/SDL.h' file not found
/src/common.hpp:5:10 [clang-diagnostic-error]: src/common.hpp#L5
'SDL2/SDL.h' file not found
lint
Process completed with exit code 1.
/src/engine.cpp:3:1 [cppcoreguidelines-pro-type-member-init]: src/engine.cpp#L3
constructor does not initialize these fields: _loopables
/src/engine.cpp:20:13 [cppcoreguidelines-init-variables]: src/engine.cpp#L20
variable 'event' is not initialized
/src/engine.hpp:3:9 [bugprone-reserved-identifier]: src/engine.hpp#L3
declaration uses identifier '_engine_hpp', which is reserved in the global namespace
/src/engine.hpp:12:7 [cppcoreguidelines-special-member-functions]: src/engine.hpp#L12
class 'engine' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
Run clang-format on src/engine.cpp: src/engine.cpp#L1
File src/engine.cpp does not conform to Custom style guidelines. (lines 3, 6)
Run clang-format on src/engine.hpp: src/engine.hpp#L1
File src/engine.hpp does not conform to Custom style guidelines. (lines 17)