Add features for Epoch file management and cleanup #772
Annotations
1 error and 3 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/34363892859?check_suite_focus=true|[Clang-Tidy] 3 warnings>*
|
readability-function-cognitive-complexity:
src/limestone/datastore.cpp#L41
function 'datastore' has cognitive complexity of 27 (threshold 25)
|
cppcoreguidelines-owning-memory:
src/limestone/datastore.cpp#L135
initializing non-owner 'FILE *' (aka '_IO_FILE *') with a newly created 'gsl::owner<>'
|
cppcoreguidelines-owning-memory:
src/limestone/datastore.cpp#L146
calling legacy resource function without passing a 'gsl::owner<>'
|