Add Style/EmptyStringInsideInterpolation Rubocop 1.76 rule
This rule was introduced in RuboCop 1.76.0 to avoid unnecessary interpolation of empty strings.
This commit is contained in:
@@ -739,6 +739,9 @@ Style/ComparableBetween:
|
||||
Style/DigChain:
|
||||
Enabled: true
|
||||
|
||||
Style/EmptyStringInsideInterpolation:
|
||||
Enabled: true
|
||||
|
||||
Style/FileRead:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user