Codebase list ruby-fog-vmfusion / 9e128b76-1098-437e-bd5d-a43991c89cc8/main .rubocop.yml
9e128b76-1098-437e-bd5d-a43991c89cc8/main

Tree @9e128b76-1098-437e-bd5d-a43991c89cc8/main (Download .tar.gz)

.rubocop.yml @9e128b76-1098-437e-bd5d-a43991c89cc8/mainraw · 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