theforeman/foreman-digitalocean

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# Don't enforce documentation
Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 150

Metrics/AbcSize:
  Max: 25

Naming/AccessorMethodName:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

# Support both ruby19 and hash_rockets
Style/HashSyntax:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Lint/Loop:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  Enabled: false