csvlint.rb icon indicating copy to clipboard operation
csvlint.rb copied to clipboard

validate called in initialize, not consistent with docs

Open pmackay opened this issue 10 years ago • 2 comments

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?

pmackay avatar Dec 22 '14 19:12 pmackay

This bit me too.

waded avatar Apr 22 '15 04:04 waded

yes it would be nice to update the docs. I had to look at the code to figure this out. thanks!

glacier avatar Jul 15 '15 02:07 glacier