Codebase list ruby-fog-vmfusion / upstream/0.1.0+git20170904.1.88fe1b4 .rubocop.yml
upstream/0.1.0+git20170904.1.88fe1b4

Tree @upstream/0.1.0+git20170904.1.88fe1b4 (Download .tar.gz)

.rubocop.yml @upstream/0.1.0+git20170904.1.88fe1b4raw · 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