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/RedundantHeredocDelimiterQuotes
cop's offenses
Follow up rubocop/rubocop#11528. This commit suppresses the following new `Style/RedundantHeredocDelimiterQuotes` cop's offenses: ```console % bundle exec rake (snip) Offenses: spec/rubocop/cop/rails/helper_instance_variable_spec.rb:31:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/helper_instance_variable_spec.rb:39:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/helper_instance_variable_spec.rb:50:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/helper_instance_variable_spec.rb:61:20: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_offense(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/match_route_spec.rb:110:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/reflection_class_name_spec.rb:57:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/reflection_class_name_spec.rb:63:24: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_no_offenses(<<~'RUBY') ^^^^^^^^^ spec/rubocop/cop/rails/root_pathname_methods_spec.rb:123:22: C: [Correctable] Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use <<~RUBY instead. expect_offense(<<~'RUBY') ^^^^^^^^^ 279 files inspected, 8 offenses detected, 8 offenses autocorrectable ```
- Loading branch information