Skip to content

Merge pull request #4 from lionelrs/develop #4

Merge pull request #4 from lionelrs/develop

Merge pull request #4 from lionelrs/develop #4

Triggered via push December 3, 2023 20:12
Status Failure
Total duration 7m 42s
Artifacts

main.yaml

on: push
Mirror repository
13s
Mirror repository
Build Project
54s
Build Project
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
/src/entities/Cone.cpp:1:10 [clang-diagnostic-error]: src/entities/Cone.cpp#L1
'Cone.hpp' file not found with <angled> include; use "quotes" instead
/src/entities/Cone.hpp:4:10 [clang-diagnostic-error]: src/entities/Cone.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
/src/entities/Cone.hpp:4:10 [clang-diagnostic-error]: src/entities/Cone.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
/src/entities/Enemy.cpp:1:10 [clang-diagnostic-error]: src/entities/Enemy.cpp#L1
'Enemy.hpp' file not found with <angled> include; use "quotes" instead
/src/entities/Enemy.hpp:4:10 [clang-diagnostic-error]: src/entities/Enemy.hpp#L4
'Entity.hpp' file not found with <angled> include; use "quotes" instead
/map_editor/lib/Editor.hpp:18:7 [cppcoreguidelines-special-member-functions]: map_editor/lib/Editor.hpp#L18
class 'Layer' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
/map_editor/lib/Editor.hpp:21:9 [cppcoreguidelines-pro-type-member-init]: map_editor/lib/Editor.hpp#L21
constructor does not initialize these fields: _pos
/map_editor/lib/Editor.hpp:36:9 [modernize-use-equals-default]: map_editor/lib/Editor.hpp#L36
use '= default' to define a trivial destructor
/map_editor/lib/Editor.hpp:74:7 [cppcoreguidelines-special-member-functions]: map_editor/lib/Editor.hpp#L74
class 'Map' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
/map_editor/lib/Editor.hpp:76:9 [cppcoreguidelines-pro-type-member-init]: map_editor/lib/Editor.hpp#L76
constructor does not initialize these fields: _layers, _background
/map_editor/lib/Editor.hpp:86:9 [modernize-use-equals-default]: map_editor/lib/Editor.hpp#L86
use '= default' to define a trivial destructor
/map_editor/lib/Editor.hpp:137:7 [cppcoreguidelines-special-member-functions]: map_editor/lib/Editor.hpp#L137
class 'Editor' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
/map_editor/lib/Editor.hpp:139:9 [cppcoreguidelines-pro-type-member-init]: map_editor/lib/Editor.hpp#L139
constructor does not initialize these fields: _mapWindow, _toolWindow, _event