Skip to content

Commit 7f9c425

Browse files
committed
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
1 parent 15f4ef4 commit 7f9c425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.overcommit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
gemfile: Gemfile
22

33
PreCommit:
4+
# Disabled since this causes spurious failures on AppVeyor builds
5+
BrokenSymlinks:
6+
enabled: false
7+
48
BundleCheck:
59
enabled: true
610

0 commit comments

Comments
 (0)