Skip to content

Commit

Permalink
rubocop: Naming/PredicateName: Fix AllowedMethods default is_a?
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert committed Mar 14, 2022
1 parent bf1a61a commit 92ccf13
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 92ccf13

Please sign in to comment.