Skip to content

Instantly share code, notes, and snippets.

@JavierR14
Created December 13, 2016 15:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save JavierR14/c5ac03df9ffd92206244ac3c697be376 to your computer and use it in GitHub Desktop.
500px example of Rubocop styles
Metrics/LineLength:
Max: 130
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/StringLiterals:
Enabled: false
Style/GlobalVars:
AllowedVariables: [$rollout, $redis]
Style/MultilineOperationIndentation:
EnforcedStyle: indented
Style/LambdaCall:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment