diff options
Diffstat (limited to '.overcommit.yml')
-rw-r--r-- | .overcommit.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.overcommit.yml b/.overcommit.yml index 31699e7..1b03fad 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -58,6 +58,7 @@ PrePush: enabled: true description: 'Run rake targets' targets: + - 'validate' - 'test' - 'rubocop' command: [ 'bundle', 'exec', 'rake' ] |