Skip to content

Commit

Permalink
Merge pull request #11736 from ydah/remove-redundant-require
Browse files Browse the repository at this point in the history
Remove redundant module mix-in for `Style/RedundantStringEscape`
  • Loading branch information
koic authored Mar 25, 2023
2 parents 5d98bd8 + 10dc872 commit 8b199ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubocop/cop/style/redundant_string_escape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module Style
# STR
class RedundantStringEscape < Base
include MatchRange
include RangeHelp
extend AutoCorrector

MSG = 'Redundant escape of %<char>s inside string literal.'
Expand Down

0 comments on commit 8b199ce

Please sign in to comment.