diff --git a/.rubocop.yml b/.rubocop.yml index c704e53eed..1f29d0054c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,6 +28,8 @@ Style/IfUnlessModifier: Enabled: false Style/StringConcatenation: Enabled: false +Style/NegatedIf: + Enabled: false Layout/LineLength: Enabled: false