Skip to content

cleaning

cleaning #48

Triggered via push August 6, 2024 08:53
Status Success
Total duration 5m 49s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
test/test_array_data.cpp:48:13 [modernize-use-nodiscard]: test/test_array_data.cpp#L48
function 'data<const char>' should be marked [[nodiscard]]
test/test_array_data.cpp:48:13 [modernize-use-nodiscard]: test/test_array_data.cpp#L48
function 'data<const int>' should be marked [[nodiscard]]
test/test_array_data.cpp:48:13 [modernize-use-nodiscard]: test/test_array_data.cpp#L48
function 'data<const long>' should be marked [[nodiscard]]
test/test_array_data.cpp:48:13 [modernize-use-nodiscard]: test/test_array_data.cpp#L48
function 'data<int>' should be marked [[nodiscard]]
test/test_array_data.cpp:48:13 [modernize-use-nodiscard]: test/test_array_data.cpp#L48
function 'data<long>' should be marked [[nodiscard]]
test/test_array_data.cpp:92:16 [modernize-return-braced-init-list]: test/test_array_data.cpp#L92
avoid repeating the return type from the declaration; use a braced initializer list instead
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, 57, 167, 168, 169, 198, 199, 200, 214, 219)
Run clang-format on test/test_external_array_data.cpp: test/test_external_array_data.cpp#L1
File test/test_external_array_data.cpp does not conform to Custom style guidelines. (lines 15, 77)
Run clang-format on test/external_array_data_creation.cpp: test/external_array_data_creation.cpp#L1
File test/external_array_data_creation.cpp does not conform to Custom style guidelines. (lines 56)
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, 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 422, 436, 450, 464, 478, 485, 486, 489, 515, 535)
Run clang-format on test/test_external_array.cpp: test/test_external_array.cpp#L1
File test/test_external_array.cpp does not conform to Custom style guidelines. (lines 15, 20, 21, 29)
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.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_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 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, 49, 50, 52)