Codebase list ruby-fog-vmfusion / f6d10c7 .rubocop.yml
f6d10c7

Tree @f6d10c7 (Download .tar.gz)

.rubocop.yml @f6d10c7raw · history · blame

Metrics/LineLength:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/Encoding:
  EnforcedStyle: when_needed

Style/FormatString:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/SignalException:
  EnforcedStyle: only_raise

Style/StringLiterals:
  EnforcedStyle: double_quotes