Codebase list ruby-fog-vmfusion / 349c3b7d-ac26-4d37-b251-da77d8463429/upstream .rubocop.yml
349c3b7d-ac26-4d37-b251-da77d8463429/upstream

Tree @349c3b7d-ac26-4d37-b251-da77d8463429/upstream (Download .tar.gz)

.rubocop.yml @349c3b7d-ac26-4d37-b251-da77d8463429/upstreamraw · 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