Enable Lint/SafeNavigationChain rubocop rule

We didn't add it before because we weren't following it in the code
related to votation types, but we've removed that code.
This commit is contained in:
Javi Martín
2019-11-07 13:17:26 +01:00
parent a2f5317ae1
commit 45fedfe410

View File

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