Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress new
Style/RedundantRegexpArgument
offenses
This PR suppresses the following new `Style/RedundantRegexpArgument` offenses: ```console $ bundle exec rake (snip) Offenses: lib/rubocop/cop/performance/redundant_merge.rb:112:30: C: [Correctable] Style/RedundantRegexpArgument: Use string "\n" as argument instead of regexp /\n/. new_source.gsub!(/\n/, padding) ^^^^ lib/rubocop/cop/performance/redundant_merge.rb:135:28: C: [Correctable] Style/RedundantRegexpArgument: Use string "\n" as argument instead of regexp /\n/. new_source.gsub!(/\n/, padding) ^^^^ 116 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
- Loading branch information