Skip to content

Commit

Permalink
Disable Style/TrailingCommaInArguments check
Browse files Browse the repository at this point in the history
This is conflicting with Rufo
  • Loading branch information
tvdeyen committed Jun 16, 2020
1 parent 4264215 commit ee69d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Enabled: false

Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Expand Down

0 comments on commit ee69d49

Please sign in to comment.