Codebase list ruby-fog-vmfusion / 94cb3fe .rubocop.yml
94cb3fe

Tree @94cb3fe (Download .tar.gz)

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