Skip to content

Instantly share code, notes, and snippets.

@LukeDavitt
Created June 22, 2016 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LukeDavitt/fb7822b0d7d46529d1ed97d2fa879f6b to your computer and use it in GitHub Desktop.
Save LukeDavitt/fb7822b0d7d46529d1ed97d2fa879f6b to your computer and use it in GitHub Desktop.
AllCops:
TargetRubyVersion: 2.1
Documentation:
Enabled: false
Rails:
Enabled: true​
Metrics/MethodLength:
Enabled: true
Max: 20​
Metrics/ClassLength:
Enabled: false​
Metrics/LineLength:
Max: 120​
Style/AlignParameters:
Enabled: false​
Style/ClosingParenthesisIndentation:
Enabled: false​
Style/RedundantReturn:
Enabled: false​
Style/MultilineMethodCallBraceLayout:
Enabled: false​
Style/Documentation:
Enabled: false​
Style/PredicateName:
Enabled: false​
Style/MethodCallParentheses:
Enabled: false​
Style/FrozenStringLiteralComment:
Enabled: false​
# Don't guard clause short methods
Style/GuardClause:
MinBodyLength: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment