diff --git a/.rubocop.yml b/.rubocop.yml index 03b0861e6..934a3d5c1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -167,6 +167,9 @@ Lint/LiteralAsCondition: Lint/ParenthesesAsGroupedExpression: Enabled: true +Lint/SafeNavigationChain: + Enabled: true + Lint/ShadowingOuterLocalVariable: Enabled: true