Skip to content

Commit

Permalink
Merge pull request #75 from voxpupuli/predicatename
Browse files Browse the repository at this point in the history
rubocop: Naming/PredicateName: Fix AllowedMethods default is_a?
  • Loading branch information
bastelfreak authored Mar 15, 2022
2 parents bf1a61a + 92ccf13 commit 2700e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Style/PerlBackrefs:

Naming/PredicateName:
Enabled: True
AllowedMethods: ['is_a', 'is_to_s']
AllowedMethods: ['is_a?', 'is_to_s']

Style/RedundantException:
Enabled: True
Expand Down

0 comments on commit 2700e6f

Please sign in to comment.