Skip to content

CM-53944-Fix-docker-file-ignore-issue #1512

CM-53944-Fix-docker-file-ignore-issue

CM-53944-Fix-docker-file-ignore-issue #1512

Triggered via pull request October 8, 2025 13:57
Status Failure
Total duration 39s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (RET503): cycode/cli/files_collector/file_excluder.py#L76
cycode/cli/files_collector/file_excluder.py:76:9: RET503 Missing explicit `return` at the end of function able to return non-`None` value
Ruff (ANN202): cycode/cli/files_collector/file_excluder.py#L72
cycode/cli/files_collector/file_excluder.py:72:9: ANN202 Missing return type annotation for private function `_is_file_prefix_supported`