The README suggests to construct a Validator and then call validator.validate. This is not necessary as validate is called in initialize. This results in double the number of recorded issues.
Suggest either fix the docs or remove call to validate in initialize?
The README suggests to construct a Validator and then call
validator.validate
. This is not necessary asvalidate
is called ininitialize
. This results in double the number of recorded issues.Suggest either fix the docs or remove call to
validate
ininitialize
?