topaz2/chef_boilerplate

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AlignParameters:
  Enabled: false

Encoding:
  Enabled: false

ClassLength:
  Enabled: false

MethodLength:
  Enabled: false

LineLength:
  Max: 200

Documentation:
  Enabled: false

CyclomaticComplexity:
  Max: 9