Codebase list ruby-fog-vmfusion / debian/0.1.0-1 .rubocop.yml
debian/0.1.0-1

Tree @debian/0.1.0-1 (Download .tar.gz)

.rubocop.yml @debian/0.1.0-1raw · 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