zuazo/chef-encrypted-attributes

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Style/Documentation:
  Enabled: false
Style/AsciiComments:
  Enabled: false
Style/FileName:
  Enabled: false
Style/ModuleFunction:
  Enabled: false
Style/ClassVars:
  Enabled: false

Metrics/ClassLength:
  Max: 160
Metrics/MethodLength:
  Max: 50
Metrics/AbcSize:
  Max: 35
Metrics/ModuleLength:
  Max: 142