diff --git a/.rubocop.yml b/.rubocop.yml index 307532a..ccfa1ea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -33,6 +33,10 @@ Metrics/BlockLength: Naming/RescuedExceptionsVariableName: PreferredName: error +# False positive: https://github.com/rubocop-hq/rubocop/issues/5953 +Style/AccessModifierDeclarations: + Enabled: false + Style/IfUnlessModifier: Enabled: false