imnotquitejack
8/7/2015 - 1:51 PM

My Rubocop config

My Rubocop config

Rails:
  Enabled: true
AllCops:
  Exclude:
    - '*.haml'
Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma
Style/IfUnlessModifier:
  MaxLineLength: 90
Style/Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 90
Style/EmptyLinesAroundBlockBody:
  Enabled: false
Style/EmptyLinesAroundClassBody:
  Enabled: false
Style/EmptyLinesAroundModuleBody:
  Enabled: false