Skip to content

Commit

Permalink
rubocop: Naming/PredicateName: Add is_to_s to AllowedMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert committed Mar 14, 2022
1 parent 05ebb64 commit 07b14e1
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/voxpupuli-test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ Style/PerlBackrefs:

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

Style/RedundantException:
Enabled: True
Expand Down

0 comments on commit 07b14e1

Please sign in to comment.