Skip to content

cleanup: clang-tidy #670

cleanup: clang-tidy

cleanup: clang-tidy #670

Triggered via push September 18, 2024 02:46
Status Failure
Total duration 1m 18s
Artifacts

ci-build.yml

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

Annotations

2 errors and 3 warnings
Build (ubuntu-24.04)
Process completed with exit code 1.
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