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-07-15 00:13:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-15 00:13:45 +0300
commit34ee0b51d6b76bf987ce5e1cbe6a4f6cccc73910 (patch)
tree044a25178dc11a49b5ddef6c5efb281c99b79c41 /.rubocop_todo
parent3da283df313b950685c1513b6b69a68de9c4ab11 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/performance/regexp_match.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.rubocop_todo/performance/regexp_match.yml b/.rubocop_todo/performance/regexp_match.yml
index 888552f876c..2c80a74c538 100644
--- a/.rubocop_todo/performance/regexp_match.yml
+++ b/.rubocop_todo/performance/regexp_match.yml
@@ -3,29 +3,6 @@
Performance/RegexpMatch:
Details: grace period
Exclude:
- - 'app/controllers/concerns/internal_redirect.rb'
- - 'app/controllers/import/bitbucket_server_controller.rb'
- - 'app/finders/ci/pipelines_finder.rb'
- - 'app/helpers/application_helper.rb'
- - 'app/helpers/colors_helper.rb'
- - 'app/helpers/emails_helper.rb'
- - 'app/models/commit_range.rb'
- - 'app/models/commit_status.rb'
- - 'app/models/concerns/ignorable_columns.rb'
- - 'app/models/external_issue.rb'
- - 'app/models/hooks/web_hook_log.rb'
- - 'app/models/projects/topic.rb'
- - 'app/models/repository.rb'
- - 'app/models/user.rb'
- - 'app/services/bulk_imports/create_service.rb'
- - 'app/services/clusters/cleanup/project_namespace_service.rb'
- - 'app/services/clusters/cleanup/service_account_service.rb'
- - 'app/services/projects/update_remote_mirror_service.rb'
- - 'app/uploaders/file_uploader.rb'
- - 'app/validators/abstract_path_validator.rb'
- - 'app/validators/cluster_name_validator.rb'
- - 'app/validators/devise_email_validator.rb'
- - 'app/validators/line_code_validator.rb'
- 'config/initializers/wikicloth_redos_patch.rb'
- 'ee/app/controllers/concerns/audit_events/enforces_valid_date_params.rb'
- 'ee/lib/ee/banzai/filter/references/vulnerability_reference_filter.rb'