Skip to content
Triggered via push March 11, 2024 21:28
Status Failure
Total duration 1m 17s
Artifacts

ci-build.yml

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

Annotations

1 error and 8 warnings
readability-redundant-access-specifiers: src/limestone/dblog_scan.h#L87
redundant access specifier has the same accessibility as the previous access specifier
readability-redundant-access-specifiers: src/./limestone/dblog_scan.h#L87
redundant access specifier has the same accessibility as the previous access specifier
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L133
an exception may be thrown in function 'main' which should not throw exceptions
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L169
an exception may be thrown in function 'main' which should not throw exceptions
modernize-use-bool-literals: src/limestone/dblogutil/dblogutil.cpp#L170
converting integer literal to bool, use bool literal instead