captainhook icon indicating copy to clipboard operation
captainhook copied to clipboard

more checkers

Open cleder opened this issue 10 years ago • 7 comments

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 ;-)

cleder avatar Nov 07 '14 14:11 cleder

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...

alexcouper avatar Nov 07 '14 23:11 alexcouper

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 avatar Nov 10 '14 11:11 cleder

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

cleder avatar Nov 19 '14 11:11 cleder

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

cleder avatar Nov 26 '14 12:11 cleder

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

cleder avatar Feb 19 '15 14:02 cleder

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

cleder avatar Mar 16 '15 09:03 cleder

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

worroc avatar Dec 20 '16 13:12 worroc