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>2022-12-02 00:08:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-02 00:08:18 +0300
commit61666f277a484725307ae2b34697b13a300b2129 (patch)
tree01f93083ca2cb9d0eeca1443a23c31a4bdbd5532 /.rubocop_todo/performance
parent4e3a998b8ec1351d8345863f6cad4b9bd497bd6a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/performance')
-rw-r--r--.rubocop_todo/performance/redundant_block_call.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.rubocop_todo/performance/redundant_block_call.yml b/.rubocop_todo/performance/redundant_block_call.yml
deleted file mode 100644
index 64b185cb6c8..00000000000
--- a/.rubocop_todo/performance/redundant_block_call.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-# Cop supports --autocorrect.
-Performance/RedundantBlockCall:
- Exclude:
- - 'ee/app/models/gitlab_subscription.rb'
- - 'ee/lib/ee/gitlab/auth/ldap/sync/proxy.rb'
- - 'lib/gitlab/auth/ldap/access.rb'
- - 'lib/gitlab/auth/ldap/adapter.rb'
- - 'lib/gitlab/database/bulk_update.rb'
- - 'lib/gitlab/http.rb'
- - 'lib/gitlab/safe_request_store.rb'
- - 'lib/gitlab/timeless.rb'