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

Tree @c2432f6 (Download .tar.gz)

.rubocop.yml @c2432f6raw · 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