Sha256: d3a27edad7b931969385a0cf49cdc267a61ebc3daab34de2250bd4839f95f4c8

Contents?: true

Size: 1.01 KB

Versions: 31

Compression:

Stored size: 1.01 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:
  RuboCop:
    command: ['bundle', 'exec', 'rubocop']
    enabled: true
    on_warn: fail # Treat all warnings as failures

  TrailingWhitespace:
    enabled: true

  LineEndings:
    enabled: true

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
ledger_sync-netsuite-0.3.2 .overcommit.yml
ledger_sync-netsuite-0.3.1 .overcommit.yml
ledger_sync-quickbooks_online-0.2.1 .overcommit.yml
ledger_sync-quickbooks_online-0.2.0 .overcommit.yml
ledger_sync-netsuite-0.3.0 .overcommit.yml
ledger_sync-quickbooks_online-0.1.1 .overcommit.yml
ledger_sync-netsuite-0.2.0 .overcommit.yml
ledger_sync-netsuite-0.1.1 .overcommit.yml
ledger_sync-stripe-0.1.0 .overcommit.yml
ledger_sync-template_ledger-0.1.0 .overcommit.yml
ledger_sync-xero-0.1.0 .overcommit.yml