Skip to content

CI: non-deprecated actions #4

CI: non-deprecated actions

CI: non-deprecated actions #4

Triggered via push June 28, 2024 08:37
Status Success
Total duration 3m 33s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
examples/hello_world.cpp:9:37 [performance-avoid-endl]: examples/hello_world.cpp#L9
do not use 'std::endl' with streams; use '\n' instead
test/test_typed_array.cpp:107:28 [performance-unnecessary-copy-initialization]: test/test_typed_array.cpp#L107
local copy 'ta2' of the variable 'ta1' is never modified; consider avoiding the copy
test/test_dynamic_bitset.cpp:28:13 [cppcoreguidelines-owning-memory]: test/test_dynamic_bitset.cpp#L28
assigning newly created 'gsl::owner<>' to non-owner 'std::uint8_t *' (aka 'unsigned char *')
test/test_dynamic_bitset.cpp:33:13 [cppcoreguidelines-prefer-member-initializer]: test/test_dynamic_bitset.cpp#L33
'm_null_count' should be initialized in an in-class default member initializer
Run clang-format on examples/hello_world.cpp: examples/hello_world.cpp#L1
File examples/hello_world.cpp does not conform to Custom style guidelines. (lines 2, 5, 8)