rubocop / rubocop-ast

RuboCop's AST extensions and NodePattern functionality
https://docs.rubocop.org/rubocop-ast
MIT License
104 stars 52 forks source link

Suppress a Ruby 3.4's obsoleted warning in test #314

Closed koic closed 1 month ago

koic commented 1 month ago

This PR suppresses the following Ruby 3.4's obsoleted warning in test:

$ ruby -v
ruby 3.4.0dev (2024-09-01T11:00:13Z master eb144ef91e) [x86_64-darwin23]

$ bundle exec rspec spec/rubocop/ast/node_spec.rb:320
(snip)

/Users/koic/src/github.com/rubocop/rubocop-ast/spec/rubocop/ast/node_spec.rb:320:
warning: URI::RFC3986_PARSER.make_regexp is obsoleted. Use URI::RFC2396_PARSER.make_regexp explicitly.
marcandre commented 1 month ago

Thank you ❤️