Skip to content

Work in progress

Work in progress #185

Triggered via push November 16, 2024 19:31
Status Failure
Total duration 1m 8s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
lint
Process completed with exit code 1.
src/color.cpp:27:3 [readability-isolate-declaration]: src/color.cpp#L27
multiple declarations in a single statement reduces readability
src/color.cpp:27:11 [cppcoreguidelines-init-variables]: src/color.cpp#L27
variable 'r' is not initialized
src/color.cpp:27:14 [cppcoreguidelines-init-variables]: src/color.cpp#L27
variable 'g' is not initialized
src/color.cpp:27:17 [cppcoreguidelines-init-variables]: src/color.cpp#L27
variable 'b' is not initialized
src/color.cpp:27:20 [cppcoreguidelines-init-variables]: src/color.cpp#L27
variable 'a' is not initialized
src/color.cpp:35:13 [modernize-use-trailing-return-type]: src/color.cpp#L35
use a trailing return type for this function
src/color.cpp:39:13 [modernize-use-trailing-return-type]: src/color.cpp#L39
use a trailing return type for this function