Sha256: 18c71612ad50288f871b02725221fed7ca301a1bbafde1a0a6c4077ae9f1e7cd

Contents?: true

Size: 1.04 KB

Versions: 19

Compression:

Stored size: 1.04 KB

Contents

# Use this file to configure the Overcommit hooks you wish to use. This will
# extend the default configuration defined in:
# https://github.com/sds/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/sds/overcommit/tree/master/lib/overcommit/hook
#
# For a complete list of options that you can use to customize hooks, see:
# https://github.com/sds/overcommit#configuration
#
# Uncomment the following lines to make the configuration take effect.
gemfile: Gemfile

PreCommit:
  ALL:
    exclude:
      - 'documentation/site/assets/webfonts/**/*.svg'

  RuboCop:
    command: ['bundle', 'exec', 'rubocop']
    enabled: true
    on_warn: fail # Treat all warnings as failures

  TrailingWhitespace:
    enabled: true

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ledger_sync-2.6.0 .overcommit.yml
ledger_sync-2.5.0 .overcommit.yml
ledger_sync-2.4.4 .overcommit.yml
ledger_sync-2.3.1 .overcommit.yml
ledger_sync-2.2.3 .overcommit.yml
ledger_sync-2.2.1 .overcommit.yml
ledger_sync-2.2.0 .overcommit.yml
ledger_sync-2.0.2 .overcommit.yml
ledger_sync-2.0.1 .overcommit.yml
ledger_sync-2.0.0 .overcommit.yml
ledger_sync-2.0.0.pre.1 .overcommit.yml
ledger_sync-1.8.1 .overcommit.yml
ledger_sync-1.8.0 .overcommit.yml
ledger_sync-1.7.0 .overcommit.yml
ledger_sync-1.6.0 .overcommit.yml
ledger_sync-1.5.2 .overcommit.yml
ledger_sync-1.5.1 .overcommit.yml
ledger_sync-1.5.0 .overcommit.yml
ledger_sync-1.4.4 .overcommit.yml