Skip to content

NOLINT

NOLINT #3877

Triggered via push January 16, 2025 09:32
Status Failure
Total duration 2m 36s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 50 warnings
misc-misplaced-const: src/concurrency_control/interface/scan/next.cpp#L22
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions: src/concurrency_control/interface/scan/next.cpp#L58
narrowing conversion from 'std::size_t' (aka 'unsigned long') to signed type '__gnu_cxx::__normal_iterator<std::tuple<const shirakami::Record *, yakushima::node_version64_body, yakushima::node_version64 *> *, std::vector<std::tuple<const shirakami::Record *, yakushima::node_version64_body, yakushima::node_version64 *>>>::difference_type' (aka 'long') is implementation-defined
misc-misplaced-const: src/concurrency_control/interface/scan/next.cpp#L186
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
misc-misplaced-const: src/concurrency_control/interface/scan/next.cpp#L225
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
misc-misplaced-const: src/concurrency_control/interface/scan/scannable_total_index_size.cpp#L22
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
misc-misplaced-const: src/concurrency_control/interface/scan/scannable_total_index_size.cpp#L46
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
bugprone-sizeof-expression: src/concurrency_control/interface/storage.cpp#L327
suspicious usage of 'sizeof(A*)'; pointer to aggregate
hicpp-signed-bitwise: src/concurrency_control/interface/storage.cpp#L353
use of a signed integer operand with a binary bitwise operator
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/concurrency_control/interface/storage.cpp#L353
32 is a magic number; consider replacing it with a named constant
hicpp-signed-bitwise: src/concurrency_control/interface/storage.cpp#L360
use of a signed integer operand with a binary bitwise operator
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/concurrency_control/interface/storage.cpp#L360
32 is a magic number; consider replacing it with a named constant
hicpp-signed-bitwise: src/concurrency_control/interface/storage.cpp#L365
use of a signed integer operand with a binary bitwise operator
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/concurrency_control/interface/storage.cpp#L365
32 is a magic number; consider replacing it with a named constant
bugprone-implicit-widening-of-multiplication-result: src/concurrency_control/interface/storage.cpp#L402
performing an implicit widening conversion to type 'unsigned long' of a multiplication performed in type 'unsigned int'
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/concurrency_control/interface/storage.cpp#L402
10 is a magic number; consider replacing it with a named constant
cppcoreguidelines-owning-memory: src/concurrency_control/interface/storage.cpp#L406
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
cppcoreguidelines-owning-memory: src/concurrency_control/interface/storage.cpp#L412
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
cppcoreguidelines-owning-memory: src/concurrency_control/interface/storage.cpp#L421
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
cppcoreguidelines-owning-memory: src/concurrency_control/interface/storage.cpp#L426
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
cppcoreguidelines-owning-memory: src/concurrency_control/interface/storage.cpp#L461
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions: src/concurrency_control/interface/long_tx/helper.cpp#L161
narrowing conversion from 'std::size_t' (aka 'unsigned long') to 'double'
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/concurrency_control/interface/long_tx/helper.cpp#L161
63 is a magic number; consider replacing it with a named constant
misc-misplaced-const: src/concurrency_control/interface/session_management.cpp#L74
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
misc-misplaced-const: src/concurrency_control/interface/session_management.cpp#L109
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
hicpp-signed-bitwise: src/datastore/limestone/datastore.cpp#L36
use of a signed integer operand with a binary bitwise operator
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/datastore/limestone/datastore.cpp#L36
32 is a magic number; consider replacing it with a named constant
hicpp-signed-bitwise: src/datastore/limestone/datastore.cpp#L37
use of a signed integer operand with a binary bitwise operator
cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers: src/datastore/limestone/datastore.cpp#L37
32 is a magic number; consider replacing it with a named constant
cppcoreguidelines-owning-memory: src/datastore/limestone/datastore.cpp#L69
assigning newly created 'gsl::owner<>' to non-owner 'shirakami::Record *'
misc-misplaced-const: src/concurrency_control/interface/scan/open_scan.cpp#L173
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'
misc-misplaced-const: src/concurrency_control/interface/scan/open_scan.cpp#L408
'token' declared with a const-qualified type alias; results in the type being 'void *const' instead of 'const void *'