File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,7 @@ def print_issue_overview(*insights):
397
397
startup_message .append (" - Report output will be saved to: {}" .format (output_filename ))
398
398
399
399
validators = []
400
+ validator_names = []
400
401
if cmd_line_args .validator :
401
402
if cmd_line_args .validator != "all" :
402
403
validators = []
@@ -423,7 +424,7 @@ def print_issue_overview(*insights):
423
424
424
425
startup_message .append (" - These validators will run: {}" .format (", " .join (validator_names )))
425
426
426
- if "validate_contents" not in validators :
427
+ if "validate_contents" not in validator_names :
427
428
validator_kwarg_list ["validate_contents_quiet" ] = True
428
429
validators .insert (0 , [val [1 ] for val in default_validators if "validate_contents" in val [0 ]][0 ])
429
430
You can’t perform that action at this time.
0 commit comments