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:
|
||||
Enabled: true
|
||||
|
||||
Lint/SafeNavigationChain:
|
||||
Enabled: true
|
||||
|
||||
Lint/ShadowingOuterLocalVariable:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user