Merge pull request #14458 from dduugg/rm-string-extension

Remove redundant String extension
This commit is contained in:
Mike McQuaid 2023-01-31 11:55:43 +00:00 committed by GitHub
commit 34b1cc2218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 10 deletions

View File

@ -1,4 +0,0 @@
# typed: strict
# frozen_string_literal: true
require "active_support/core_ext/object/blank"

View File

@ -129,8 +129,6 @@ end.compact.freeze
require "set"
require "extend/string"
require "system_command"
require "exceptions"
require "utils"

View File

@ -2,7 +2,6 @@
# frozen_string_literal: true
require "rubocops/extend/formula"
require "extend/string"
module RuboCop
module Cop

View File

@ -1,7 +1,6 @@
# typed: false
# frozen_string_literal: true
require "extend/string"
require "rubocops/shared/helper_functions"
module RuboCop

View File

@ -3,7 +3,6 @@
require "rubocops/extend/formula"
require "rubocops/shared/desc_helper"
require "extend/string"
module RuboCop
module Cop

View File

@ -2,7 +2,6 @@
# frozen_string_literal: true
require "rubocops/extend/formula"
require "extend/string"
module RuboCop
module Cop