-
Notifications
You must be signed in to change notification settings - Fork 1
Researching / documenting CI options for code-style and linting #46
Comments
We have a pretty good setup for Glossier right now. |
Mind explaining it a little bit further? :P |
wercker and codeclimate with code coverage enabled, codeclimate will also give you the configuration files to finetune the linters and rubocop. |
So far, I have found many different "tools" Hound -> Give feedback directly on pull-request TravisCI can easily integrate Rubocup Suggestion pre-commit hooks https://github.com/jish/pre-commit Pre-commit = throw feedback before actually pushing the code. |
Never heard of 'linthub'. I shouldn't be shocked thats a service. |
Another pre-commit bundle that seems better than the one I linked |
#43
The text was updated successfully, but these errors were encountered: