Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress keyword argument warnings in Ruby 2.7 (#612)
Follow up of #608 (comment). RuboCop's CI of Ruby 2.7 matrix is failing. This is due to a deprecation warning in Ruby 2.7. ```console /usr/local/bundle/gems/parser-2.6.4.1/lib/parser/source/tree_rewriter.rb:269: warning: The last argument is used as the keyword parameter /usr/local/bundle/gems/parser-2.6.4.1/lib/parser/source/tree_rewriter/action.rb:16: warning: for `initialize' defined here ``` https://circleci.com/gh/rubocop-hq/rubocop/68131 cf. https://bugs.ruby-lang.org/issues/14183
- Loading branch information