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:
@@ -167,6 +167,9 @@ Lint/LiteralAsCondition:
|
|||||||
Lint/ParenthesesAsGroupedExpression:
|
Lint/ParenthesesAsGroupedExpression:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Lint/SafeNavigationChain:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Lint/ShadowingOuterLocalVariable:
|
Lint/ShadowingOuterLocalVariable:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user