Sha256: 58e8f44e6f2383a1df6f9c8babea124fa3ce26831d3f7a3a67287235abf76a08

Contents?: true

Size: 1.3 KB

Versions: 19

Compression:

Stored size: 1.3 KB

Contents

# Managed by https://github.com/voxpupuli/modulesync_configs
#
# Hooks are only enabled if you take action.
#
# To enable the hooks run:
#
# ```
# bundle exec overcommit --install
# # ensure .overcommit.yml does not harm to you and then
# bundle exec overcommit --sign
# ```
#
# (it will manage the .git/hooks directory):
#
# Examples howto skip a test for a commit or push:
#
# ```
# SKIP=RuboCop git commit
# SKIP=PuppetLint git commit
# SKIP=RakeTask git push
# ```
#
# Don't invoke overcommit at all:
#
# ```
# OVERCOMMIT_DISABLE=1 git commit
# ```
#
# Read more about overcommit: https://github.com/brigade/overcommit
#
# To manage this config yourself in your module add
#
# ```
# .overcommit.yml:
#   unmanaged: true
# ```
#
# to your modules .sync.yml config
---
PreCommit:
  RuboCop:
    enabled: true
    description: 'Runs rubocop on modified files only'
    command: ['bundle', 'exec', 'rubocop']
  PuppetLint:
    enabled: true
    description: 'Runs puppet-lint on modified files only'
    command: ['bundle', 'exec', 'puppet-lint']
  YamlSyntax:
    enabled: true
  JsonSyntax:
    enabled: true
  TrailingWhitespace:
    enabled: true

PrePush:
  RakeTarget:
    enabled: true
    description: 'Run rake targets'
    targets:
      - 'validate'
      - 'test'
      - 'rubocop'
    command: [ 'bundle', 'exec', 'rake' ]

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
puppet-debugger-1.4.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-1.3.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-1.2.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-1.1.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-1.0.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.19.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.18.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.17.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.16.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.15.2 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.15.1 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.15.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.14.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.13.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.12.3 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.12.2 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.12.1 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.12.0 spec/fixtures/modules/extlib/.overcommit.yml
puppet-debugger-0.11.0 spec/fixtures/modules/extlib/.overcommit.yml