cleanup: clang-tidy #670
Annotations
2 errors and 3 warnings
Build (ubuntu-24.04)
Process completed with exit code 1.
|
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/30293129622?check_suite_focus=true|[Clang-Tidy] 3 warnings>*
|
modernize-use-nodiscard:
include/limestone/api/limestone_exception.h#L36
function 'error_code' should be marked [[nodiscard]]
|
cppcoreguidelines-special-member-functions,hicpp-special-member-functions:
src/limestone/file_operations.h#L41
class 'file_operations' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
readability-redundant-access-specifiers:
src/limestone/compaction_catalog.h#L235
redundant access specifier has the same accessibility as the previous access specifier
|