Skip to content

Instantly share code, notes, and snippets.

@jrideout
Created April 9, 2015 16:38
Show Gist options
  • Save jrideout/a21cbb72bf1d9e9914fa to your computer and use it in GitHub Desktop.
Save jrideout/a21cbb72bf1d9e9914fa to your computer and use it in GitHub Desktop.
AllCops:
RunRailsCops: true
Metrics/LineLength:
Enabled: true
Max: 150
Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 16
Metrics/AbcSize:
Max: 40
Style/EmptyLinesAroundBody:
Enabled: true
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false
Style/Encoding:
Enabled: false
Style/SignalException:
Enabled: false
Style/ClassAndModuleCamelCase:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/Not:
Enabled: false
Style/RedundantReturn:
Enabled: false
Style/AndOr:
Enabled: false
Style/TrailingComma:
EnforcedStyleForMultiline: comma
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment