Skip to content

Work in progress

Work in progress #4

Triggered via push October 30, 2023 12:37
Status Failure
Total duration 1m 15s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
/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/eventmanager.hpp:3:9 [bugprone-reserved-identifier]: src/eventmanager.hpp#L3
declaration uses identifier '_eventmanager_hpp_', which is reserved in the global namespace
/src/eventmanager.hpp:8:7 [cppcoreguidelines-special-member-functions]: src/eventmanager.hpp#L8
class 'event_manager' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
/src/noncopyable.hpp:3:9 [bugprone-reserved-identifier]: src/noncopyable.hpp#L3
declaration uses identifier '_noncopyable_hpp_', which is reserved in the global namespace
/src/noncopyable.hpp:5:7 [cppcoreguidelines-special-member-functions]: src/noncopyable.hpp#L5
class 'noncopyable' defines a default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator
/src/noncopyable.hpp:11:16 [modernize-use-trailing-return-type]: src/noncopyable.hpp#L11
use a trailing return type for this function