Skip to content

Commit

Permalink
Reformat 'Description' to avoid long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheffert authored and bbatsov committed Jan 20, 2017
1 parent 384e47d commit 757713f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,9 @@ Performance/RedundantSortBy:
Enabled: true

Performance/RegexpMatch:
Description: 'Use `match?` instead of `Regexp#match`, `String#match`, `Symbol#match`, `Regexp#===` or `=~` when `MatchData` is not used.'
Description: >-
Use `match?` instead of `Regexp#match`, `String#match`, `Symbol#match`,
`Regexp#===` or `=~` when `MatchData` is not used.
Enabled: true

Performance/ReverseEach:
Expand Down

0 comments on commit 757713f

Please sign in to comment.