Skip to content
Triggered via pull request October 16, 2024 06:51
Status Success
Total duration 8m 21s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 10 warnings, and 10 notices
test/test_list_array.cpp:47:104 [modernize-use-bool-literals]: test/test_list_array.cpp#L47
converting integer literal to bool, use bool literal instead
test/test_list_array.cpp:106:21 [clang-analyzer-security.FloatLoopCounter]: test/test_list_array.cpp#L106
Variable 'i' with floating point type 'inner_scalar_type' should not be used as a loop counter
test/test_list_array.cpp:136:109 [modernize-use-bool-literals]: test/test_list_array.cpp#L136
converting integer literal to bool, use bool literal instead
test/test_list_array.cpp:196:21 [clang-analyzer-security.FloatLoopCounter]: test/test_list_array.cpp#L196
Variable 'i' with floating point type 'inner_scalar_type' should not be used as a loop counter
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<>'
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, 27, 38, 39)
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 61, 67, 68, 69, 70, 72, 103, 105, 113, 114, 115, 117, 122, 150, 152, 158, 159, 160, 161, 163, 187, 189, 190, 191, 192, 195, 198, 203, 205, 209, 210, 211, 219, 226, 227, 228, 243, 271, 272, 273, 274, 275, 276, 305, 312, 313, 314, 315, 316, 358, 359, 360, 361, 362, 363)
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, 122, 124, 129)