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