Skip to content

readded cond

readded cond #24

Triggered via push July 2, 2024 09:36
Status Success
Total duration 3m 46s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 3 notices
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 *')
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 test/test_iterator.cpp: test/test_iterator.cpp#L1
File test/test_iterator.cpp does not conform to Custom style guidelines. (lines 239, 242)
Run clang-format on include/sparrow/typed_array.hpp: include/sparrow/typed_array.hpp#L1
File include/sparrow/typed_array.hpp does not conform to Custom style guidelines. (lines 468, 470, 471, 472, 478, 479)
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)