Skip to content

Work in progress

Work in progress #1

Triggered via push October 30, 2023 12:23
Status Failure
Total duration 57s
Artifacts

lint.yaml

on: push
cpp-linter
49s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 3 warnings, and 1 notice
/src/common.hpp:5:10 [clang-diagnostic-error]: src/common.hpp#L5
'SDL2/SDL.h' file not found
cpp-linter
Process completed with exit code 1.
/src/window.cpp:3:1 [cppcoreguidelines-pro-type-member-init]: src/window.cpp#L3
constructor does not initialize these fields: _window
/src/window.cpp:11:1 [readability-const-return-type]: src/window.cpp#L11
return type 'const std::shared_ptr<renderer>' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
/src/window.cpp:11:41 [modernize-use-trailing-return-type]: src/window.cpp#L11
use a trailing return type for this function
Run clang-format on src/window.cpp: src/window.cpp#L1
File src/window.cpp does not conform to Custom style guidelines. (lines 3, 5)