diff --git a/.rubocop.yml b/.rubocop.yml index b1cd2810..5a0f9207 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -107,6 +107,8 @@ Naming/MethodParameterName: inherit_mode: merge: - AllowedNames +Naming/PredicateMethod: + AllowBangMethods: true Naming/VariableNumber: Enabled: false Style/AndOr: