Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up rubocop/rubocop#10717, rubocop/rubocop#10715, and suppresses the following offenses: ```console Offenses: lib/rubocop/cop/performance/chain_array_allocation.rb:50:69: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. MSG = 'Use unchained `%<method>s` and `%<second_method>s!` '\ ^ lib/rubocop/cop/performance/chain_array_allocation.rb:51:78: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. '(followed by `return array` if required) instead of chaining '\ ^ lib/rubocop/cop/performance/collection_literal_in_loop.rb:35:70: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. MSG = 'Avoid immutable %<literal_class>s literals in loops. '\ ^ lib/rubocop/cop/performance/inefficient_hash_search.rb:61:56: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. "#{autocorrect_hash_expression(node)}."\ ^ lib/rubocop/cop/performance/inefficient_hash_search.rb:71:59: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. "Use `##{autocorrect_method(node)}` instead of "\ ^ spec/rubocop/cop/performance/constant_regexp_spec.rb:61:84: C: [Correctable] Layout/LineContinuationSpacing: Use one space in front of backslash. it 'does not register an offense when regexp contains interpolated constant and '\ ^ spec/rubocop/cop/performance/redundant_match_spec.rb:89:7: C: Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line. ' surrounding method' do ^ 115 files inspected, 7 offenses detected, 6 offenses autocorrectable RuboCop failed! ```
- Loading branch information