Codebase list ruby-fog-vmfusion / eadad08b-6d45-447b-8d1b-4b08215c5878/upstream .rubocop.yml
eadad08b-6d45-447b-8d1b-4b08215c5878/upstream

Tree @eadad08b-6d45-447b-8d1b-4b08215c5878/upstream (Download .tar.gz)

.rubocop.yml @eadad08b-6d45-447b-8d1b-4b08215c5878/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