Skip to content

Instantly share code, notes, and snippets.

View JavierR14's full-sized avatar

Javier Ruiz JavierR14

View GitHub Profile
@JavierR14
JavierR14 / Rubocop_example.yml
Created December 13, 2016 15:07
500px example of Rubocop styles
Metrics/LineLength:
Max: 130
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/StringLiterals: