Sha256: 6c5bf24db01ce844354433f05184a91675043e36c1e4e8370572f2c1115edb32

Contents?: true

Size: 986 Bytes

Versions: 19

Compression:

Stored size: 986 Bytes

Contents

# Use this file to configure the Overcommit hooks you wish to use. This will
# extend the default configuration defined in:
# https://github.com/brigade/overcommit/blob/master/config/default.yml
#
# At the topmost level of this YAML file is a key representing type of hook
# being run (e.g. pre-commit, commit-msg, etc.). Within each type you can
# customize each hook, such as whether to only run it on certain files (via
# `include`), whether to only display output if it fails (via `quiet`), etc.
#
# For a complete list of hooks, see:
# https://github.com/brigade/overcommit/tree/master/lib/overcommit/hook
#
# For a complete list of options that you can use to customize hooks, see:
# https://github.com/brigade/overcommit#configuration
#
# Uncomment the following lines to make the configuration take effect.

CommitMsg:
  CapitalizedSubject:
    enabled: false
PrePush:
  Undercover:
    enabled: true
    required: true
    command: ['undercover', '--compare', 'origin/master']

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
undercover-0.6.3 .overcommit.yml
undercover-0.6.2 .overcommit.yml
undercover-0.6.1 .overcommit.yml
undercover-0.6.0 .overcommit.yml
undercover-0.5.0 .overcommit.yml
undercover-0.4.7 .overcommit.yml
undercover-0.4.6 .overcommit.yml
undercover-0.4.5 .overcommit.yml
undercover-0.4.4 .overcommit.yml
undercover-0.4.3 .overcommit.yml
undercover-0.4.1 .overcommit.yml
undercover-0.4.0 .overcommit.yml
undercover-0.3.4 .overcommit.yml
undercover-0.3.3 .overcommit.yml
undercover-0.3.2 .overcommit.yml
undercover-0.3.1 .overcommit.yml
undercover-0.3.0 .overcommit.yml
undercover-0.2.3 .overcommit.yml
undercover-0.2.2 .overcommit.yml