Skip to content

run-length encoded #1209

run-length encoded

run-length encoded #1209

Triggered via pull request October 14, 2024 06:50
Status Success
Total duration 4m 58s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
test/test_list_array.cpp:269:13 [cppcoreguidelines-owning-memory]: test/test_list_array.cpp#L269
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
test/test_arrow_array_schema_utils.cpp:113:21 [performance-inefficient-vector-operation]: test/test_arrow_array_schema_utils.cpp#L113
'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop
test/test_arrow_array_schema_utils.cpp:137:21 [performance-inefficient-vector-operation]: test/test_arrow_array_schema_utils.cpp#L137
'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop
test/test_arrow_array_schema_utils.cpp:151:21 [performance-inefficient-vector-operation]: test/test_arrow_array_schema_utils.cpp#L151
'emplace_back' is called inside a loop; consider pre-allocating the container capacity before the loop
test/test_arrow_array_schema_utils.cpp:151:38 [cppcoreguidelines-owning-memory]: test/test_arrow_array_schema_utils.cpp#L151
initializing non-owner argument of type 'int *&&' with a newly created 'gsl::owner<>'
test/test_iterator.cpp:43:9 [modernize-use-nodiscard]: test/test_iterator.cpp#L43
function 'dereference' should be marked [[nodiscard]]
test/test_iterator.cpp:63:9 [modernize-use-nodiscard]: test/test_iterator.cpp#L63
function 'distance_to' should be marked [[nodiscard]]
test/test_iterator.cpp:68:9 [modernize-use-nodiscard]: test/test_iterator.cpp#L68
function 'equal' should be marked [[nodiscard]]
test/test_iterator.cpp:73:9 [modernize-use-nodiscard]: test/test_iterator.cpp#L73
function 'less_than' should be marked [[nodiscard]]
Run clang-format on test/test_list_array.cpp: test/test_list_array.cpp#L1
File test/test_list_array.cpp does not conform to Custom style guidelines. (lines 15, 26, 27, 33, 42, 48, 56, 60, 64, 66, 70, 71, 72, 73, 74, 81, 98, 100, 106, 107, 115, 116, 122, 131, 145, 154, 156, 160, 161, 162, 163, 164, 171, 188, 190, 196, 197, 202, 206, 207, 208, 214, 226, 238, 245, 254, 256, 260, 261, 262, 263, 264, 273)
Run clang-format on test/test_variable_size_binary_array.cpp: test/test_variable_size_binary_array.cpp#L1
File test/test_variable_size_binary_array.cpp does not conform to Custom style guidelines. (lines 15)
Run clang-format on test/test_traits.cpp: test/test_traits.cpp#L1
File test/test_traits.cpp does not conform to Custom style guidelines. (lines 16, 42, 49, 50, 51, 52, 53, 64, 68, 124, 145)
Run clang-format on test/test_utils.cpp: test/test_utils.cpp#L1
File test/test_utils.cpp does not conform to Custom style guidelines. (lines 5)
Run clang-format on test/test_dispatch.cpp: test/test_dispatch.cpp#L1
File test/test_dispatch.cpp does not conform to Custom style guidelines. (lines 16, 26, 37, 38)
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 55, 61, 62, 63, 64, 66, 97, 99, 107, 108, 109, 111, 116, 144, 146, 152, 153, 154, 155, 157, 181, 183, 184, 185, 186, 189, 192, 197, 199, 203, 204, 205, 213, 220, 221, 222, 237, 265, 266, 267, 268, 269, 270, 299, 303)
Run clang-format on test/test_arrow_array_schema_factory.cpp: test/test_arrow_array_schema_factory.cpp#L1
File test/test_arrow_array_schema_factory.cpp does not conform to Custom style guidelines. (lines 21)
Run clang-format on test/test_arrow_array_schema_proxy.cpp: test/test_arrow_array_schema_proxy.cpp#L1
File test/test_arrow_array_schema_proxy.cpp does not conform to Custom style guidelines. (lines 23, 420, 439, 440, 460)
Run clang-format on test/test_array_wrapper.cpp: test/test_array_wrapper.cpp#L1
File test/test_array_wrapper.cpp does not conform to Custom style guidelines. (lines 15, 27, 38, 141)
Run clang-format on test/test_struct_array.cpp: test/test_struct_array.cpp#L1
File test/test_struct_array.cpp does not conform to Custom style guidelines. (lines 15, 29, 31, 34, 43, 46, 53, 77, 78, 79, 110, 116, 118, 123)