Skip to content

Work in progress

Work in progress #64

Triggered via push November 26, 2023 19:12
Status Success
Total duration 2m 34s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
Run clang-format on src/application.hpp: src/application.hpp#L1
File src/application.hpp does not conform to Custom style guidelines. (lines 13)
Run clang-format on src/audiodevice.hpp: src/audiodevice.hpp#L1
File src/audiodevice.hpp does not conform to Custom style guidelines. (lines 16)
Run clang-format on src/deleters.hpp: src/deleters.hpp#L1
File src/deleters.hpp does not conform to Custom style guidelines. (lines 6, 7, 10, 11, 14, 15, 18, 19, 22, 23)
Run clang-format on src/engine.hpp: src/engine.hpp#L1
File src/engine.hpp does not conform to Custom style guidelines. (lines 26, 34, 75)
Run clang-format on src/enginefactory.hpp: src/enginefactory.hpp#L1
File src/enginefactory.hpp does not conform to Custom style guidelines. (lines 28)
Run clang-format on src/entity.hpp: src/entity.hpp#L1
File src/entity.hpp does not conform to Custom style guidelines. (lines 68)
Run clang-format on src/entitymanager.hpp: src/entitymanager.hpp#L1
File src/entitymanager.hpp does not conform to Custom style guidelines. (lines 27)
Run clang-format on src/event.hpp: src/event.hpp#L1
File src/event.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on src/eventmanager.hpp: src/eventmanager.hpp#L1
File src/eventmanager.hpp does not conform to Custom style guidelines. (lines 22)
Run clang-format on src/eventreceiver.hpp: src/eventreceiver.hpp#L1
File src/eventreceiver.hpp does not conform to Custom style guidelines. (lines 18)
/src/application.hpp:6:7 [cppcoreguidelines-special-member-functions]: src/application.hpp#L6
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:11:7 [modernize-use-trailing-return-type]: src/application.hpp#L11
use a trailing return type for this function
/src/audiodevice.hpp:6:7 [cppcoreguidelines-special-member-functions]: src/audiodevice.hpp#L6
class 'audiodevice' 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/audiodevice.hpp:11:3 [modernize-use-nodiscard]: src/audiodevice.hpp#L11
function 'id' should be marked [[nodiscard]]
/src/audiodevice.hpp:11:12 [modernize-use-trailing-return-type]: src/audiodevice.hpp#L11
use a trailing return type for this function
/src/engine.hpp:8:7 [cppcoreguidelines-special-member-functions]: src/engine.hpp#L8
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
/src/engine.hpp:12:11 [modernize-use-override]: src/engine.hpp#L12
prefer using 'override' or (rarely) 'final' instead of 'virtual'
/src/engine.hpp:16:3 [modernize-use-nodiscard]: src/engine.hpp#L16
function 'window' should be marked [[nodiscard]]
/src/engine.hpp:16:43 [modernize-use-trailing-return-type]: src/engine.hpp#L16
use a trailing return type for this function
/src/engine.hpp:20:3 [modernize-use-nodiscard]: src/engine.hpp#L20
function 'renderer' should be marked [[nodiscard]]