Codebase list ruby-fog-vmfusion / 2c91187 .rubocop.yml
2c91187

Tree @2c91187 (Download .tar.gz)

.rubocop.yml @2c91187raw · 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