Add new `Lint/LambdaWithoutLiteralBlock` cop by koic · Pull Request #9321 · rubocop/rubocop

This cop checks uses of lambda without a literal block. It emulates the following warning in Ruby 3.0: % ruby -vwe 'lambda(&proc {})' ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin19]...