Skip to content

Merge remote-tracking branch 'upstream/main' into docs #7

Merge remote-tracking branch 'upstream/main' into docs

Merge remote-tracking branch 'upstream/main' into docs #7

Triggered via push July 1, 2024 05:25
Status Success
Total duration 3m 58s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 2 notices
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_array.cpp:29:20 [modernize-use-trailing-return-type]: test/test_array.cpp#L29
use a trailing return type for this function
test/test_array.cpp:36:11 [modernize-use-trailing-return-type]: test/test_array.cpp#L36
use a trailing return type for this function
test/test_typed_array.cpp:91:28 [performance-unnecessary-copy-initialization]: test/test_typed_array.cpp#L91
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 *')
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)
Run clang-format on include/sparrow/data_type.hpp: include/sparrow/data_type.hpp#L1
File include/sparrow/data_type.hpp does not conform to Custom style guidelines. (lines 130, 164)