We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1c6ce commit 1bf7461Copy full SHA for 1bf7461
scanner.py
@@ -60,4 +60,4 @@ def _scan_file(self, file_path: str) -> List[ScanResult]:
60
message=result.line_content,
61
severity=check.severity
62
))
63
- return results
+ return results
0 commit comments