Skip to content

Commit 7a47a0c

Browse files
committed
CM-53944-Fixed comment
1 parent 0ff51d1 commit 7a47a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cycode/cli/files_collector/file_excluder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def _is_file_prefix_supported(self, scan_type: str, file_path: str) -> bool:
7575
scannable_prefixes = self._scannable_prefixes.get(scan_type)
7676
if scannable_prefixes:
7777
return file_name.startswith(scannable_prefixes)
78+
return False
7879

7980
def _is_file_extension_supported(self, scan_type: str, filename: str) -> bool:
8081
filename = filename.lower()

0 commit comments

Comments
 (0)