Add new `Style/HashExcept` cop by koic · Pull Request #9283 · rubocop/rubocop

This PR adds new Style/HashExcept cop. This cop checks for usages of Hash#reject and Hash#select methods that can be replaced with Hash#except method. This cop should only be enabled on Ruby versio...