Skip to content

Work in progress

Work in progress #6

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

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
/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/application.cpp:13:37 [cppcoreguidelines-avoid-magic-numbers: src/application.cpp#L13
640 is a magic number; consider replacing it with a named constant
/src/application.cpp:13:42 [cppcoreguidelines-avoid-magic-numbers: src/application.cpp#L13
480 is a magic number; consider replacing it with a named constant
/src/application.hpp:3:9 [bugprone-reserved-identifier]: src/application.hpp#L3
declaration uses identifier '_application_hpp', which is reserved in the global namespace
/src/application.hpp:11:7 [cppcoreguidelines-special-member-functions]: src/application.hpp#L11
class 'application' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator