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

Tree @d9d7a82 (Download .tar.gz)

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