We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a2bb commit f9f0e95Copy full SHA for f9f0e95
1 file changed
cycode/cli/files_collector/file_excluder.py
@@ -103,6 +103,7 @@ def _is_relevant_file_to_scan_common(self, scan_type: str, filename: str) -> boo
103
'The document is irrelevant because its path is in the ignore paths list, %s', {'filename': filename}
104
)
105
return False
106
+
107
if self._is_file_prefix_supported(scan_type, filename):
108
return True
109
0 commit comments