You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rubocoptext.rbInspecting1fileCOffenses:
text.rb:1:25: C: Prefersingle-quotedstringswhenyoudon't need string interpolation or special symbols.OpenStruct.new(content: "\u0060") ^^^^^^^^text.rb:3:25: C: Prefer single-quoted strings when you don'tneedstringinterpolationorspecialsymbols.OpenStruct.new(content: "\u0022")
^^^^^^^^
1fileinspected,2offensesdetected
Expected behavior
Not to return error.
Actual behavior
Steps to reproduce the problem
RuboCop version
The text was updated successfully, but these errors were encountered: