Add new `Lint/NumberedParameterAssignment` cop by koic · Pull Request #9326 · rubocop/rubocop

This cop checks for uses of numbered parameter assignment. It emulates the following warning in Ruby 2.7: % ruby -ve '_1 = :value' ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-da...