Sha256: 7daebd42a704af6aa7180ec023b733d7c8113f78ce09697916d0af9f4fcd1aa2

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - 'lib/**/*.rb'
    - 'db/**/*.rb'
    - 'bin/*'
    - 'Rakefile'
    - 'Gemfile'
    - 'puppet-herald.gemspec'
    - 'config.ru'
  Exclude:
    - '.**/*'
    - 'test/**/*'
    - 'spec/**/*'
    - 'node_modules/**/*'
    - 'coverage/**/*'
    - '.vendor/**/*'
    - 'vendor/**/*'
    - '.bundle/**/*'

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Metrics/AbcSize:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-herald-0.8.1 .rubocop.yml
puppet-herald-0.8.0 .rubocop.yml
puppet-herald-0.2.0 .rubocop.yml