Skip to content

add missing error checks #309

add missing error checks

add missing error checks #309

Triggered via push October 6, 2023 08:43
Status Failure
Total duration 1m 0s
Artifacts

ci-build.yml

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

Annotations

1 error and 11 warnings
bugprone-exception-escape: include/limestone/api/log_channel.h#L52
an exception may be thrown in function 'begin_session' which should not throw exceptions
bugprone-exception-escape: include/limestone/api/log_channel.h#L76
an exception may be thrown in function 'add_entry' which should not throw exceptions
bugprone-exception-escape: include/limestone/api/log_channel.h#L98
an exception may be thrown in function 'remove_entry' which should not throw exceptions
bugprone-exception-escape: src/limestone/log_channel.cpp#L40
an exception may be thrown in function 'begin_session' which should not throw exceptions
bugprone-exception-escape: src/limestone/log_channel.cpp#L83
an exception may be thrown in function 'add_entry' which should not throw exceptions
bugprone-exception-escape: src/limestone/log_channel.cpp#L93
an exception may be thrown in function 'remove_entry' which should not throw exceptions
bugprone-exception-escape: include/limestone/api/datastore.h#L153
an exception may be thrown in function 'switch_epoch' which should not throw exceptions
bugprone-exception-escape: include/limestone/api/datastore.h#L268
an exception may be thrown in function 'update_min_epoch_id' which should not throw exceptions
bugprone-exception-escape: src/limestone/datastore.cpp#L109
an exception may be thrown in function 'switch_epoch' which should not throw exceptions
bugprone-exception-escape: src/limestone/datastore.cpp#L121
an exception may be thrown in function 'update_min_epoch_id' which should not throw exceptions
readability-function-cognitive-complexity: src/limestone/datastore.cpp#L121
function 'update_min_epoch_id' has cognitive complexity of 32 (threshold 25)