Skip to content

Add features for Epoch file management and cleanup

Sign in for the full log view
GitHub Actions / Clang-Tidy failed Dec 13, 2024 in 0s

[Clang-Tidy] 3 warnings

[Clang-Tidy] 3 warnings

Annotations

Check warning on line 41 in src/limestone/datastore.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-function-cognitive-complexity

function 'datastore' has cognitive complexity of 27 (threshold 25) 

Check warning on line 135 in src/limestone/datastore.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-owning-memory

initializing non-owner 'FILE *' (aka '_IO_FILE *') with a newly created 'gsl::owner<>' 

Check warning on line 146 in src/limestone/datastore.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-owning-memory

calling legacy resource function without passing a 'gsl::owner<>'