Add new `Lint/ErbNewArguments` cop by koic · Pull Request #5845 · rubocop/rubocop
Summary This Lint/ErbNewArguments cop emulates the following Ruby warnings in Ruby 2.6. % cat example.rb ERB.new('hi', nil, '-', '@output_buffer') % ruby -vrerb example.rb r...