Open thisiscab opened 8 years ago
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 Rubocup -> Analyze code and give you feedback Pullreview -> Service that analyze the code from pull-request and give feedback (not configurable) linthub -> Lint your code automaticly in pull-request
TravisCI can easily integrate Rubocup TravisCI can easily integrate CodeClimate (Tool for code quality / code coverage)
Suggestion pre-commit hooks https://github.com/jish/pre-commit Integrate everything we want.
Pre-commit = throw feedback before actually pushing the code.
Another pre-commit bundle that seems better than the one I linked https://github.com/brigade/overcommit
https://github.com/DynamoMTL/dynamo-ops/issues/43