Codebase list ruby-fog-vmfusion / 4d6e9a5 .rubocop.yml
4d6e9a5

Tree @4d6e9a5 (Download .tar.gz)

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