diff --git a/moduleroot/.overcommit.yml.erb b/moduleroot/.overcommit.yml.erb index 31699e74..1b03fad7 100644 --- a/moduleroot/.overcommit.yml.erb +++ b/moduleroot/.overcommit.yml.erb @@ -58,6 +58,7 @@ PrePush: enabled: true description: 'Run rake targets' targets: + - 'validate' - 'test' - 'rubocop' command: [ 'bundle', 'exec', 'rake' ]