diff --git a/rubocop.yml b/rubocop.yml index 3e81b09..3c34711 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -439,6 +439,7 @@ Style/PerlBackrefs: Naming/PredicateName: Enabled: True + AllowedMethods: ['is_a', 'is_to_s'] Style/RedundantException: Enabled: True