Skip to content

Commit b823271

Browse files
committed
Disable pending Style/EmptyStringInsideInterpolation
1 parent 89cd222 commit b823271

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,11 @@ Style/EmptyLiteral:
789789
Style/EmptyMethod:
790790
Enabled: false
791791

792+
<% if rubocop_version >= "1.76" %>
793+
Style/EmptyStringInsideInterpolation:
794+
Enabled: false
795+
<% end %>
796+
792797
Style/Encoding:
793798
Enabled: false
794799

test/fixtures/full_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ Style/EmptyMethod:
29662966
Style/EmptyStringInsideInterpolation:
29672967
Description: Checks for empty strings being assigned inside string interpolation.
29682968
StyleGuide: "#empty-strings-in-interpolation"
2969-
Enabled: pending
2969+
Enabled: false
29702970
EnforcedStyle: trailing_conditional
29712971
SupportedStyles:
29722972
- trailing_conditional

0 commit comments

Comments
 (0)