Skip to content

Feat: Render recording #72

Feat: Render recording

Feat: Render recording #72

Triggered via pull request December 2, 2024 23:45
Status Failure
Total duration 23m 30s
Artifacts

lint.yml

on: pull_request
C++ lints(clang-format + clang-tidy)
19m 49s
C++ lints(clang-format + clang-tidy)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
C++ lints(clang-format + clang-tidy)
Process completed with exit code 1.
src/graphics/video_renderer.hpp:14:8 [cppcoreguidelines-special-member-functions]: src/graphics/video_renderer.hpp#L14
class 'VideoRenderer' defines a destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
src/graphics/video_renderer.hpp:94:8 [cppcoreguidelines-special-member-functions]: src/graphics/video_renderer.hpp#L94
class 'VideoRendererBackend' defines a destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
src/helper/c_helpers.hpp:8:8 [cppcoreguidelines-special-member-functions]: src/helper/c_helpers.hpp#L8
class 'ScopeDefer' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator
src/helper/c_helpers.hpp:29:8 [cppcoreguidelines-special-member-functions]: src/helper/c_helpers.hpp#L29
class 'ScopeDeferMultiple' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator
src/helper/graphic_utils.cpp:220:16 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/helper/graphic_utils.cpp#L220
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
src/helper/graphic_utils.cpp:222:44 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/helper/graphic_utils.cpp#L222
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead