2018/07/29分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #32695 from bdewater/enable-regex-cops
.rubocop.yml
にPerformance/StartWith
、Performance/EndWith、及び、
Performance/RegexpMatch`copを追加し、各ファイルにそれらのcopを適応しています。
Remove unused require "active_support/core_ext/regexp"
不要なactive_support/core_ext/regexp
のrequireを削除しています。
元々は古いRubyでRegexp#match?
を定義する為にrequireしていたのですが、Ruby 2.4以上をサポートすることにより、Regex#match?
はRuby本体に必ず定義されている為。