Running rubocop before git commit
Lately I got annoyed by myself for breaking our Ruby style guide and only noticing after a CI run. Turns out git hooks in combination with pronto are awesome: https://christoph.luppri.ch/articles/2016/11/21/running-rubocop-before-git-commit/
Comments
Great post, thanks for sharing.
My pleasure! :)
Post a comment