Commit 8518822
committed
Fix validator report printing and filtering
- Prints the errors that happened during validation (was only printing a
message not the actual errors)
- Sets all validators to return True/False instead of values. This
ensures consistency for the validators structure and also solves
issues were when there were errors/warnings printed out validators that
weren't returning True/False as values were also printed as errors in
the report (specifically the KeyDescriptor check and the application
identifier format check)1 parent 651284d commit 8518822
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
610 | 612 | | |
611 | | - | |
612 | | - | |
613 | | - | |
| 613 | + | |
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| |||
0 commit comments