You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
0 commit comments