OVERCOMMIT
https://github.com/brigade/overcommit
Yurii Habrusiev
@yuriihabrusiev
gem install overcommit
mkdir new_project
cd new_project
git init
overcommit --install
PreCommit:
RuboCop:
enabled: true
command: ['bundle', 'exec', 'rubocop']
SKIP=RuboCop git commit
ONLY=RuboCop git commit
● CommitMsg
● PostCheckout
● PostCommit
● PostMerge
● PostRewrite
● PreCommit
● PrePush
● PreRebase
Thanks!

Overcommit for #pivorak