Skip to content

Commit

Permalink
Prefer an oxford comma for lists
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheffert authored and bbatsov committed Jan 20, 2017
1 parent 757713f commit ab81481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ Performance/RedundantSortBy:
Performance/RegexpMatch:
Description: >-
Use `match?` instead of `Regexp#match`, `String#match`, `Symbol#match`,
`Regexp#===` or `=~` when `MatchData` is not used.
`Regexp#===`, or `=~` when `MatchData` is not used.
Enabled: true

Performance/ReverseEach:
Expand Down

0 comments on commit ab81481

Please sign in to comment.