Merge pull request #3825 from consul/safe_navigation

Enable Lint/SafeNavigationChain rubocop rule
This commit is contained in:
Javier Martín
2019-11-07 13:52:01 +01:00
committed by GitHub

View File

@@ -167,6 +167,9 @@ Lint/LiteralAsCondition:
Lint/ParenthesesAsGroupedExpression:
Enabled: true
Lint/SafeNavigationChain:
Enabled: true
Lint/ShadowingOuterLocalVariable:
Enabled: true