Skip to content

Work in progress

Work in progress #10

Triggered via push October 30, 2023 18:49
Status Failure
Total duration 1m 44s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 10 warnings, and 4 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
/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
/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
/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
/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:9:18 [modernize-use-trailing-return-type]: src/application.cpp#L9
use a trailing return type for this function
/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
/src/application.hpp:16:7 [modernize-use-trailing-return-type]: src/application.hpp#L16
use a trailing return type for this function
/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:9:7 [cppcoreguidelines-pro-type-member-init]: src/eventmanager.hpp#L9
constructor does not initialize these fields: _receivers
Run clang-format on src/eventreceiver.cpp: src/eventreceiver.cpp#L1
File src/eventreceiver.cpp does not conform to Custom style guidelines. (lines 3)
Run clang-format on src/motor.cpp: src/motor.cpp#L1
File src/motor.cpp does not conform to Custom style guidelines. (lines 7, 42, 43)
Run clang-format on src/motor.hpp: src/motor.hpp#L1
File src/motor.hpp does not conform to Custom style guidelines. (lines 20)
Run clang-format on src/scriptengine.cpp: src/scriptengine.cpp#L1
File src/scriptengine.cpp does not conform to Custom style guidelines. (lines 4, 5, 6, 7, 8, 9, 12, 13, 14)