Skip to content

Commit 1bf7461

Browse files
committed
Add progress bar
1 parent df1c6ce commit 1bf7461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def _scan_file(self, file_path: str) -> List[ScanResult]:
6060
message=result.line_content,
6161
severity=check.severity
6262
))
63-
return results
63+
return results

0 commit comments

Comments
 (0)