Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Pre-commit integration #275

Closed jrottenberg closed 1 year ago

jrottenberg commented 1 year ago

Expected Behaviour

csvlint should have a .pre-commit-hooks.yaml to allow user to leverage pre-commit and run csvlint automatically on commit

Desired Behaviour

pre-commit config file and updated readme for usage

https://github.com/belminf/pre-commit-chef/blob/master/.pre-commit-hooks.yaml for example is very similar (in spirit) :

If there's interest I wouldn't mind implementing the change, but I'd rather make sure you are on board before implementing it.