Skip to content

Instantly share code, notes, and snippets.

@philipp-spiess
Created December 17, 2015 11:16
Show Gist options
  • Select an option

  • Save philipp-spiess/8f594262897e91324d4d to your computer and use it in GitHub Desktop.

Select an option

Save philipp-spiess/8f594262897e91324d4d to your computer and use it in GitHub Desktop.
Rubocop Config
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining
Metrics/LineLength:
Max: 100
Style/RaiseArgs:
EnforcedStyle: compact
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/FirstParameterIndentation:
EnforcedStyle: consistent
Style/IndentHash:
EnforcedStyle: consistent
Style/SignalException:
EnforcedStyle: only_raise
Style/ClassAndModuleChildren:
EnforcedStyle: compact
Style/MultilineOperationIndentation:
EnforcedStyle: indented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment