We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba275f commit e9df805Copy full SHA for e9df805
.rubocop.yml
@@ -373,7 +373,7 @@ Style/TrailingCommaInArguments:
373
- no_comma
374
Enabled: true
375
376
-Style/TrailingCommaInLiteral:
+Style/TrailingCommaInArrayLiteral:
377
Description: 'Checks for trailing comma in array and hash literals.'
378
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
379
EnforcedStyleForMultiline: comma
0 commit comments