Skip to content

Add clang tidy

Add clang tidy #169

Triggered via pull request April 29, 2024 08:10
Status Success
Total duration 2m 56s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
test/test_dictionary_encoded_layout.cpp:73:35 [cppcoreguidelines-narrowing-conversions]: test/test_dictionary_encoded_layout.cpp#L73
narrowing conversion from 'size_type' (aka 'unsigned long') to signed type 'long' is implementation-defined
test/test_dictionary_encoded_layout.cpp:73:49 [cppcoreguidelines-pro-bounds-constant-array-index]: test/test_dictionary_encoded_layout.cpp#L73
do not use array subscript when the index is not an integer constant expression
test/test_dictionary_encoded_layout.cpp:74:35 [cppcoreguidelines-pro-bounds-constant-array-index]: test/test_dictionary_encoded_layout.cpp#L74
do not use array subscript when the index is not an integer constant expression
test/test_dictionary_encoded_layout.cpp:75:25 [cppcoreguidelines-narrowing-conversions]: test/test_dictionary_encoded_layout.cpp#L75
narrowing conversion from 'size_type' (aka 'unsigned long') to signed type 'difference_type' (aka 'long') is implementation-defined
test/test_dictionary_encoded_layout.cpp:75:25 [cppcoreguidelines-pro-bounds-constant-array-index]: test/test_dictionary_encoded_layout.cpp#L75
do not use array subscript when the index is not an integer constant expression
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)
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 15)
Run clang-format on include/sparrow/variable_size_binary_layout.hpp: include/sparrow/variable_size_binary_layout.hpp#L1
File include/sparrow/variable_size_binary_layout.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/dictionary_encoded_layout.hpp: include/sparrow/dictionary_encoded_layout.hpp#L1
File include/sparrow/dictionary_encoded_layout.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/buffer_view.hpp: include/sparrow/buffer_view.hpp#L1
File include/sparrow/buffer_view.hpp does not conform to Custom style guidelines. (lines 26)
Run clang-format on include/sparrow/dynamic_bitset.hpp: include/sparrow/dynamic_bitset.hpp#L1
File include/sparrow/dynamic_bitset.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/fixed_size_layout.hpp: include/sparrow/fixed_size_layout.hpp#L1
File include/sparrow/fixed_size_layout.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/array_data.hpp: include/sparrow/array_data.hpp#L1
File include/sparrow/array_data.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/algorithm.hpp: include/sparrow/algorithm.hpp#L1
File include/sparrow/algorithm.hpp does not conform to Custom style guidelines. (lines 17)
Run clang-format on include/sparrow/contracts.hpp: include/sparrow/contracts.hpp#L1
File include/sparrow/contracts.hpp does not conform to Custom style guidelines. (lines 15, 16, 19, 28, 29, 30, 31, 32, 33, 36, 37, 38, 43, 44, 45, 46, 47, 48, 50, 51, 52, 57, 58, 59, 60, 61, 62, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 85, 91, 92, 96, 97, 98, 99, 100, 109, 110, 111, 119, 122, 124, 125, 126, 127, 129, 130, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 143)