From 7f9c425cd7d7c05f0cb7dd8d05963ed935e2d4f2 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Sat, 16 Mar 2019 17:38:37 -0700 Subject: [PATCH] Disable BrokenSymlink pre-commit hook for this repo The AppVeyor testing environment has failures when running this particular hook in a 64-bit environment. This isn't worth the time to investigate, so disable the hook for now. Example build failure: https://ci.appveyor.com/project/brigade/overcommit/build/job/u45ju8kf8swoj1rw --- .overcommit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.overcommit.yml b/.overcommit.yml index 501a51c5..adb9505d 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -1,6 +1,10 @@ gemfile: Gemfile PreCommit: + # Disabled since this causes spurious failures on AppVeyor builds + BrokenSymlinks: + enabled: false + BundleCheck: enabled: true