Add and apply Style/RedundantParentheses rule
Parentheses make the code harder to read in these cases.
This commit is contained in:
@@ -493,6 +493,9 @@ Style/RedundantFreeze:
|
||||
Style/RedundantInterpolation:
|
||||
Enabled: true
|
||||
|
||||
Style/RedundantParentheses:
|
||||
Enabled: true
|
||||
|
||||
Style/RedundantReturn:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user