mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 01:06:37 +00:00
+3
-3
@@ -26,13 +26,13 @@ FORMATTED_OUTPUT_FORMAT="""
|
|||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
|
||||||
Errors
|
Warnings
|
||||||
|
|
||||||
```
|
```
|
||||||
%s
|
%s
|
||||||
```
|
```
|
||||||
|
|
||||||
Warnings
|
Errors
|
||||||
|
|
||||||
```
|
```
|
||||||
%s
|
%s
|
||||||
@@ -320,4 +320,4 @@ open(STEP_SUMMARY_LOCATION,"w").write(SUMMARY_FORMAT%(table_content,error_text,f
|
|||||||
|
|
||||||
if not all_pass:
|
if not all_pass:
|
||||||
print_err(".bin/validators.py","[!] Not all checks passed.")
|
print_err(".bin/validators.py","[!] Not all checks passed.")
|
||||||
exit(2)
|
exit(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user