Skip to content

Commit

Permalink
Disable BrokenSymlink pre-commit hook for this repo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sds committed Mar 17, 2019
1 parent 15f4ef4 commit 7f9c425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .overcommit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
gemfile: Gemfile

PreCommit:
# Disabled since this causes spurious failures on AppVeyor builds
BrokenSymlinks:
enabled: false

BundleCheck:
enabled: true

Expand Down

0 comments on commit 7f9c425

Please sign in to comment.