Add new `Lint/RedundantDirGlobSort` cop by koic · Pull Request #9301 · rubocop/rubocop

Sort globbed results by default in Ruby 3.0. https://bugs.ruby-lang.org/issues/8709 This PR adds new Lint/RedundantDirGlobSort cop. It checks for redundant sort method to Dir.glob and Dir[]. # bad ...