jf647/chef-gen-flavors

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - '**/Gemfile'
    - '**/*.gemspec'
    - 'pkg/**/*'

Style/RegexpLiteral:
  Exclude:
    - '**/Guardfile'

Style/Documentation:
  Exclude:
    - 'spec/**/*.rb'

Metrics/MethodLength:
  Max: 15

Metrics/ClassLength:
  Max: 150

Lint/UnusedMethodArgument:
  Exclude:
    - 'lib/chef_gen/snippet/*.rb'

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'lib/chef_gen/flavors/cucumber/*.rb'