Fix file existence check to handle 'No such file or directory' error … #644
Annotations
1 error and 2 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/29418832685?check_suite_focus=true|[Clang-Tidy] 2 warnings>*
|
readability-duplicate-include:
src/limestone/rotation_task.cpp#L19
duplicate include
|
llvm-else-after-return,readability-else-after-return:
src/limestone/rotation_task.cpp#L76
do not use 'else' after 'continue'
|