GitHub Actions / Clang-Tidy
failed
Oct 18, 2024 in 0s
[Clang-Tidy] 3 warnings
[Clang-Tidy] 3 warnings
Annotations
Check warning on line 64 in src/limestone/cursor_impl.cpp
github-actions / Clang-Tidy
performance-unnecessary-value-param
the parameter 'is_valid_entry' is copied for each invocation but only used as a const reference; consider making it a const reference
Check warning on line 91 in src/limestone/cursor_impl.cpp
github-actions / Clang-Tidy
llvm-else-after-return,readability-else-after-return
do not use 'else' after 'return'
Check warning on line 119 in src/limestone/cursor_impl.cpp
github-actions / Clang-Tidy
readability-function-cognitive-complexity
function 'next' has cognitive complexity of 29 (threshold 25)
Loading