Skip to content

Commit

Permalink
Merge pull request #917 from palkan/patch-1
Browse files Browse the repository at this point in the history
FindEach description typo
  • Loading branch information
koic authored Jan 20, 2023
2 parents 5425d8a + 1ab534c commit f77da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Rails/FindById:
VersionAdded: '2.7'

Rails/FindEach:
Description: 'Prefer all.find_each over all.find.'
Description: 'Prefer all.find_each over all.each.'
StyleGuide: 'https://rails.rubystyle.guide#find-each'
Enabled: true
VersionAdded: '0.30'
Expand Down

0 comments on commit f77da83

Please sign in to comment.