DEV Community

Adding Code Quality Checks To Your Ruby Test Suite

Brian Kephart on August 15, 2018

Over time I've integrated a few static analysis tools into my workflow. These have been extremely helpful in maintaining high quality code, but run...
Collapse
 
d4be4st profile image
štef

You can install overcommit (github.com/brigade/overcommit). This way you can run all those analyzers (and many more) on each commit.