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:
Diffstat (limited to '.rubocop_todo/performance')
-rw-r--r--.rubocop_todo/performance/block_given_with_explicit_block.yml43
-rw-r--r--.rubocop_todo/performance/constant_regexp.yml30
2 files changed, 0 insertions, 73 deletions
diff --git a/.rubocop_todo/performance/block_given_with_explicit_block.yml b/.rubocop_todo/performance/block_given_with_explicit_block.yml
deleted file mode 100644
index b919dbd19e6..00000000000
--- a/.rubocop_todo/performance/block_given_with_explicit_block.yml
+++ /dev/null
@@ -1,43 +0,0 @@
----
-# Cop supports --auto-correct.
-Performance/BlockGivenWithExplicitBlock:
- Exclude:
- - 'app/controllers/concerns/redis_tracking.rb'
- - 'app/helpers/badges_helper.rb'
- - 'app/helpers/instance_configuration_helper.rb'
- - 'app/helpers/labels_helper.rb'
- - 'app/helpers/tab_helper.rb'
- - 'app/services/base_count_service.rb'
- - 'app/services/error_tracking/base_service.rb'
- - 'app/services/users/update_service.rb'
- - 'ee/lib/elastic/latest/query_context.rb'
- - 'ee/lib/gitlab/geo.rb'
- - 'lib/bulk_imports/clients/http.rb'
- - 'lib/gitlab/batch_pop_queueing.rb'
- - 'lib/gitlab/cache/request_cache.rb'
- - 'lib/gitlab/ci/trace/chunked_io.rb'
- - 'lib/gitlab/database/bulk_update.rb'
- - 'lib/gitlab/database/with_lock_retries.rb'
- - 'lib/gitlab/github_import/client.rb'
- - 'lib/gitlab/legacy_github_import/client.rb'
- - 'lib/gitlab/metrics/methods/metric_options.rb'
- - 'lib/gitlab/null_request_store.rb'
- - 'lib/gitlab/quick_actions/dsl.rb'
- - 'lib/gitlab/redis/multi_store.rb'
- - 'lib/gitlab/safe_request_loader.rb'
- - 'lib/gitlab/search/query.rb'
- - 'lib/gitlab/string_placeholder_replacer.rb'
- - 'lib/gitlab/terraform/state_migration_helper.rb'
- - 'lib/gitlab/usage/metrics/instrumentations/base_metric.rb'
- - 'lib/gitlab/usage/metrics/instrumentations/database_metric.rb'
- - 'lib/gitlab/usage/metrics/instrumentations/numbers_metric.rb'
- - 'lib/gitlab/usage_data_queries.rb'
- - 'lib/gitlab/utils/usage_data.rb'
- - 'qa/qa/page/view.rb'
- - 'spec/lib/api/helpers/authentication_spec.rb'
- - 'spec/lib/gitlab/slash_commands/deploy_spec.rb'
- - 'spec/support/helpers/graphql_helpers.rb'
- - 'spec/support/helpers/query_recorder.rb'
- - 'spec/support/helpers/stub_method_calls.rb'
- - 'tooling/lib/tooling/helm3_client.rb'
- - 'tooling/lib/tooling/test_map_packer.rb'
diff --git a/.rubocop_todo/performance/constant_regexp.yml b/.rubocop_todo/performance/constant_regexp.yml
deleted file mode 100644
index 23d03ced8d7..00000000000
--- a/.rubocop_todo/performance/constant_regexp.yml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-# Cop supports --auto-correct.
-Performance/ConstantRegexp:
- Exclude:
- - 'app/models/commit.rb'
- - 'app/models/commit_range.rb'
- - 'app/models/custom_emoji.rb'
- - 'app/models/gpg_key.rb'
- - 'app/models/merge_request.rb'
- - 'app/models/packages/package.rb'
- - 'app/models/project.rb'
- - 'app/models/wiki.rb'
- - 'ee/app/models/ee/epic.rb'
- - 'lib/banzai/filter/custom_emoji_filter.rb'
- - 'lib/gitlab/cleanup/project_uploads.rb'
- - 'lib/gitlab/database/reindexing/reindex_concurrently.rb'
- - 'lib/gitlab/dependency_linker/base_linker.rb'
- - 'lib/gitlab/dependency_linker/composer_json_linker.rb'
- - 'lib/gitlab/dependency_linker/godeps_json_linker.rb'
- - 'lib/gitlab/dependency_linker/podspec_linker.rb'
- - 'lib/gitlab/git.rb'
- - 'lib/gitlab/job_waiter.rb'
- - 'lib/gitlab/metrics/dashboard/url.rb'
- - 'lib/gitlab/path_regex.rb'
- - 'lib/gitlab/regex.rb'
- - 'scripts/perf/query_limiting_report.rb'
- - 'scripts/validate_migration_schema'
- - 'spec/features/users/email_verification_on_login_spec.rb'
- - 'spec/models/concerns/token_authenticatable_spec.rb'
- - 'spec/services/notes/copy_service_spec.rb'