alexcouper / captainhook

Git hook scripts
BSD 3-Clause "New" or "Revised" License
54 stars 14 forks source link

more checkers #68

Open cleder opened 9 years ago

cleder commented 9 years ago

see: https://github.com/evvers/git-pre-commit-hook --plugin frosted --plugin json --plugin file_size --plugin rst --plugin yaml

currently I use both captainhook and the above together, would be nice to have everything in one tool ;-)

alexcouper commented 9 years ago

Thank you for pointing out the existence of this other library. I've contacted the owner via a github issue to see if we could consolidate our work into a single project.

How are you using both together currently? I would have expected them to override one another...

cleder commented 9 years ago

yes they override one another, I combined the python code generated by both projects in .git/hooks/pre-commit manually (nasty hack - not sustainable)

cleder commented 9 years ago

https://pypi.python.org/pypi/check-manifest would be another nice candidate for inclusion

cleder commented 9 years ago

https://wiki.openstack.org/wiki/Security/Projects/Bandit would be nice to have too

cleder commented 9 years ago

https://julien.danjou.info/blog/2015/python-ast-checking-method-declaration

cleder commented 9 years ago

https://pypi.python.org/pypi/rstcheck https://github.com/myint/rstcheck sorry for the noise, I just have a braindump on nice to have extensions here

worroc commented 7 years ago

It will be nice to have also https://github.com/adrienverge/yamllint.