Skip to content

Work in progress

Work in progress #40

Triggered via push November 18, 2023 15:03
Status Success
Total duration 55s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 7 warnings, and 1 notice
/src/common.hpp:12:10 [clang-diagnostic-error]: src/common.hpp#L12
'SDL2/SDL.h' file not found
/src/entitymanager.cpp:8:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/entitymanager.cpp#L8
variable 'rd' is non-const and globally accessible, consider making it const
/src/entitymanager.cpp:9:14 [cppcoreguidelines-avoid-non-const-global-variables]: src/entitymanager.cpp#L9
variable 'generator' is non-const and globally accessible, consider making it const
/src/entitymanager.cpp:11:33 [cppcoreguidelines-avoid-non-const-global-variables]: src/entitymanager.cpp#L11
variable 'distribution' is non-const and globally accessible, consider making it const
/src/entitymanager.cpp:24:40 [modernize-use-trailing-return-type]: src/entitymanager.cpp#L24
use a trailing return type for this function
/src/entitymanager.cpp:40:40 [modernize-use-trailing-return-type]: src/entitymanager.cpp#L40
use a trailing return type for this function
Run clang-format on src/entitymanager.cpp: src/entitymanager.cpp#L1
File src/entitymanager.cpp does not conform to Custom style guidelines. (lines 15, 16, 20)