mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
32 lines
605 B
YAML
32 lines
605 B
YAML
# Overcommit hooks run automatically on certain git operations, like "git commit".
|
|
# For a complete list of options that you can use to customize hooks, see:
|
|
# https://github.com/sds/overcommit
|
|
|
|
gemfile: false
|
|
verify_signatures: false
|
|
|
|
PreCommit:
|
|
BundleCheck:
|
|
enabled: true
|
|
|
|
FixMe:
|
|
enabled: true
|
|
keywords: ["FIXME"]
|
|
exclude:
|
|
- .overcommit.yml
|
|
|
|
LocalPathsInGemfile:
|
|
enabled: true
|
|
|
|
RuboCop:
|
|
enabled: true
|
|
required_executable: bundle
|
|
command: ["bundle", "exec", "rubocop"]
|
|
on_warn: fail
|
|
|
|
YamlSyntax:
|
|
enabled: true
|
|
|
|
PostCheckout:
|
|
ALL:
|
|
quiet: true
|