Skip to content

Fix file existence check to handle 'No such file or directory' error …

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

[Clang-Tidy] 2 warnings

[Clang-Tidy] 2 warnings

Annotations

Check warning on line 19 in src/limestone/rotation_task.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-duplicate-include

duplicate include 

Check warning on line 76 in src/limestone/rotation_task.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

llvm-else-after-return,readability-else-after-return

do not use 'else' after 'continue'