Skip to content

Work in progress

Work in progress #183

Triggered via push November 14, 2024 13:53
Status Failure
Total duration 1m 33s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 1.
src/entitymanager.cpp:16:1 [cppcoreguidelines-pro-type-member-init]: src/entitymanager.cpp#L16
constructor does not initialize these fields: _space, _entities
src/entitymanager.cpp:22:16 [modernize-use-equals-default]: src/entitymanager.cpp#L22
use '= default' to define a trivial destructor
src/entitymanager.cpp:29:40 [modernize-use-trailing-return-type]: src/entitymanager.cpp#L29
use a trailing return type for this function
src/entitymanager.cpp:50:48 [cppcoreguidelines-init-variables]: src/entitymanager.cpp#L50
variable 'animations' is not initialized
src/entitymanager.cpp:87:13 [cppcoreguidelines-init-variables]: src/entitymanager.cpp#L87
variable 'numVertices' is not initialized
src/entitymanager.cpp:149:40 [modernize-use-trailing-return-type]: src/entitymanager.cpp#L149
use a trailing return type for this function