Skip to content

Instantly share code, notes, and snippets.

@gerardosandoval
Last active July 17, 2019 18:13
Show Gist options
  • Save gerardosandoval/e58b5e0ddc180cacd608a99783810822 to your computer and use it in GitHub Desktop.
Save gerardosandoval/e58b5e0ddc180cacd608a99783810822 to your computer and use it in GitHub Desktop.
Rubocop configuration
Metrics/LineLength:
Description: 'Limit lines to 120 characters.'
StyleGuide: '#120-character-limits'
Enabled: true
Max: 120
Metrics/ClassLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/MethodLength:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
Style/AsciiComments:
Enabled: false
Style/StringLiterals:
Enabled: false
Layout/LeadingCommentSpace:
Enabled: false
Documentation:
Enabled: false
FrozenStringLiteralComment:
Enabled: false
Layout/AlignHash:
Enabled: false
Rails:
Enabled: true
Naming/MemoizedInstanceVariableName:
Enabled: false
Layout/SpaceBeforeBlockBraces:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment