We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Style/EmptyStringInsideInterpolation
1 parent 89cd222 commit b823271Copy full SHA for b823271
rubocop.yml
@@ -789,6 +789,11 @@ Style/EmptyLiteral:
789
Style/EmptyMethod:
790
Enabled: false
791
792
+<% if rubocop_version >= "1.76" %>
793
+Style/EmptyStringInsideInterpolation:
794
+ Enabled: false
795
+<% end %>
796
+
797
Style/Encoding:
798
799
test/fixtures/full_config.yml
@@ -2966,7 +2966,7 @@ Style/EmptyMethod:
2966
Style/EmptyStringInsideInterpolation:
2967
Description: Checks for empty strings being assigned inside string interpolation.
2968
StyleGuide: "#empty-strings-in-interpolation"
2969
- Enabled: pending
2970
EnforcedStyle: trailing_conditional
2971
SupportedStyles:
2972
- trailing_conditional
0 commit comments