From 3b211e256b4f6dd2173c90cc0d6444c15cfcccc1 Mon Sep 17 00:00:00 2001 From: Rafael Gomes Date: Tue, 20 Aug 2024 16:14:07 -0300 Subject: [PATCH] chore: remove prepush overcommit hook --- .overcommit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.overcommit.yml b/.overcommit.yml index 0002b5e8..89ea2690 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -10,7 +10,7 @@ PreCommit: on_warn: fail command: ["bundle", "exec", "rubocop"] -PrePush: - RSpec: - enabled: true - command: ["bundle", "exec", "rspec"] +# PrePush: +# RSpec: +# enabled: true +# command: ["bundle", "exec", "rspec"]