Skip to content

Commit

Permalink
Fix cop Style/TrailingCommaInHashLiteral
Browse files Browse the repository at this point in the history
I have used --autocorrect to fix this cop.
  • Loading branch information
archanaserver committed Jul 11, 2024
1 parent a04ca79 commit 8666631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ Rails/RedundantForeignKey:

Rails/UniqueValidationWithoutIndex:
Enabled: true

Style/TrailingCommaInHashLiteral:
Enabled: true

0 comments on commit 8666631

Please sign in to comment.