Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 06:10:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-15 06:10:54 +0300
commit5c599896773669c8671fd14f79b96d9cd50ccab8 (patch)
tree068ea44f71a34d897e47a0c834236d58ab028a67 /rubocop/rubocop.rb
parent03bea06527fd8cc8eb65af0b20b6019fc74721d9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r--rubocop/rubocop.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb
index c17ecf054ce..42882966b85 100644
--- a/rubocop/rubocop.rb
+++ b/rubocop/rubocop.rb
@@ -1,11 +1,6 @@
# rubocop:disable Naming/FileName
# frozen_string_literal: true
-# Performance improvements to be upstreamed soon:
-# See https://gitlab.com/gitlab-org/gitlab/-/issues/377469
-require_relative 'ext/path_util'
-require_relative 'ext/variable_force'
-
# Auto-require all cops under `rubocop/cop/**/*.rb`
Dir[File.join(__dir__, 'cop', '**', '*.rb')].sort.each { |file| require file }