Skip to content

Commit

Permalink
Remove an unnecessary minimum_target_ruby_version
Browse files Browse the repository at this point in the history
Support for Ruby 2.3 or lower dropped by #103.
  • Loading branch information
koic committed May 16, 2020
1 parent 94cf815 commit 105cbc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rubocop/cop/performance/regexp_match.rb
Expand Up @@ -73,10 +73,6 @@ module Performance
# end
# end
class RegexpMatch < Cop
extend TargetRubyVersion

minimum_target_ruby_version 2.4

# Constants are included in this list because it is unlikely that
# someone will store `nil` as a constant and then use it for comparison
TYPES_IMPLEMENTING_MATCH = %i[const regexp str sym].freeze
Expand Down

0 comments on commit 105cbc8

Please sign in to comment.