Skip to content

Work in progress

Work in progress #168

Triggered via push October 25, 2024 19:02
Status Failure
Total duration 1m 51s
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/application.cpp:18:18 [modernize-use-trailing-return-type]: src/application.cpp#L18
use a trailing return type for this function
src/application.hpp:6:7 [cppcoreguidelines-special-member-functions]: src/application.hpp#L6
class 'application' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
src/application.hpp:11:7 [modernize-use-trailing-return-type]: src/application.hpp#L11
use a trailing return type for this function
src/audiodevice.cpp:5:1 [cppcoreguidelines-pro-type-member-init]: src/audiodevice.cpp#L5
constructor does not initialize these fields: device, context
src/audiodevice.hpp:6:7 [cppcoreguidelines-special-member-functions]: src/audiodevice.hpp#L6
class 'audiodevice' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
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
src/color.hpp:6:7 [cppcoreguidelines-special-member-functions]: src/color.hpp#L6
class 'color' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator