Skip to content

added comments to tests #44

added comments to tests

added comments to tests #44

Triggered via push July 26, 2024 09:12
Status Success
Total duration 4m 49s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
examples/typed_array_low_level.cpp:16:14 [cppcoreguidelines-avoid-magic-numbers]: examples/typed_array_low_level.cpp#L16
5 is a magic number; consider replacing it with a named constant
examples/typed_array_low_level.cpp:24:50 [clang-diagnostic-sign-conversion]: examples/typed_array_low_level.cpp#L24
implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long')
examples/typed_array_low_level.cpp:29:33 [clang-diagnostic-sign-conversion]: examples/typed_array_low_level.cpp#L29
implicit conversion changes signedness: 'int' to 'unsigned long'
examples/typed_array_low_level.cpp:33:31 [cppcoreguidelines-avoid-magic-numbers]: examples/typed_array_low_level.cpp#L33
2.0 is a magic number; consider replacing it with a named constant
examples/typed_array_low_level.cpp:35:31 [cppcoreguidelines-avoid-magic-numbers]: examples/typed_array_low_level.cpp#L35
4.0 is a magic number; consider replacing it with a named constant
examples/typed_array_low_level.cpp:36:31 [cppcoreguidelines-avoid-magic-numbers]: examples/typed_array_low_level.cpp#L36
5.0 is a magic number; consider replacing it with a named constant
Run clang-format on examples/typed_array_low_level.cpp: examples/typed_array_low_level.cpp#L1
File examples/typed_array_low_level.cpp does not conform to Custom style guidelines. (lines 7, 10, 18, 22, 42, 48, 49, 51)
Run clang-format on examples/typed_array_high_level.cpp: examples/typed_array_high_level.cpp#L1
File examples/typed_array_high_level.cpp does not conform to Custom style guidelines. (lines 6, 10, 12, 18, 20, 22, 28, 30, 31, 32, 33, 34, 35, 36, 42, 43, 44, 46, 52, 63, 69, 70, 71, 73, 77, 78)
Run clang-format on test/test_array.cpp: test/test_array.cpp#L1
File test/test_array.cpp does not conform to Custom style guidelines. (lines 207, 223, 243, 326)
Run clang-format on test/test_nullable.cpp: test/test_nullable.cpp#L1
File test/test_nullable.cpp does not conform to Custom style guidelines. (lines 96, 102, 125, 126, 127, 138, 139, 140, 144, 150, 151, 152, 156, 162, 163, 164, 168, 180, 400, 716, 897)
Run clang-format on test/test_typed_array.cpp: test/test_typed_array.cpp#L1
File test/test_typed_array.cpp does not conform to Custom style guidelines. (lines 71, 75, 94, 110, 132, 136, 153, 166, 167, 422, 436, 450, 464, 478, 485, 488, 491, 537)
Run clang-format on test/test_array_data_factory.cpp: test/test_array_data_factory.cpp#L1
File test/test_array_data_factory.cpp does not conform to Custom style guidelines. (lines 28, 29)
Run clang-format on test/test_array_data.cpp: test/test_array_data.cpp#L1
File test/test_array_data.cpp does not conform to Custom style guidelines. (lines 15, 37, 38, 39, 166, 167, 168, 197, 198, 199, 213, 218)
Run clang-format on test/test_variable_size_binary_layout.cpp: test/test_variable_size_binary_layout.cpp#L1
File test/test_variable_size_binary_layout.cpp does not conform to Custom style guidelines. (lines 161)
Run clang-format on include/sparrow/array.hpp: include/sparrow/array.hpp#L1
File include/sparrow/array.hpp does not conform to Custom style guidelines. (lines 358, 363, 371, 388, 406, 418, 446, 481)
Run clang-format on include/sparrow/array/array_data_factory.hpp: include/sparrow/array/array_data_factory.hpp#L1
File include/sparrow/array/array_data_factory.hpp does not conform to Custom style guidelines. (lines 54)