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/regexp_match.yml')
-rw-r--r--.rubocop_todo/performance/regexp_match.yml60
1 files changed, 60 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/regexp_match.yml b/.rubocop_todo/performance/regexp_match.yml
new file mode 100644
index 00000000000..2c80a74c538
--- /dev/null
+++ b/.rubocop_todo/performance/regexp_match.yml
@@ -0,0 +1,60 @@
+---
+# Cop supports --autocorrect.
+Performance/RegexpMatch:
+ Details: grace period
+ Exclude:
+ - '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'
+ - 'ee/lib/elastic/latest/git_class_proxy.rb'
+ - 'ee/lib/gitlab/llm/chain/utils/text_processing.rb'
+ - 'ee/lib/gitlab/llm/open_ai/response_modifiers/tanuki_bot.rb'
+ - 'ee/lib/gitlab/middleware/ip_restrictor.rb'
+ - 'ee/spec/spec_helper.rb'
+ - 'lib/api/helpers.rb'
+ - 'lib/api/helpers/common_helpers.rb'
+ - 'lib/api/validations/validators/bulk_imports.rb'
+ - 'lib/banzai/color_parser.rb'
+ - 'lib/banzai/filter/ascii_doc_sanitization_filter.rb'
+ - 'lib/banzai/filter/references/abstract_reference_filter.rb'
+ - 'lib/banzai/filter/references/reference_filter.rb'
+ - 'lib/bulk_imports/path_normalization.rb'
+ - 'lib/feature/definition.rb'
+ - 'lib/gitlab/authorized_keys.rb'
+ - 'lib/gitlab/checks/branch_check.rb'
+ - 'lib/gitlab/ci/build/artifacts/metadata.rb'
+ - 'lib/gitlab/ci/build/artifacts/metadata/entry.rb'
+ - 'lib/gitlab/ci/project_config/remote.rb'
+ - 'lib/gitlab/database/postgres_constraint.rb'
+ - 'lib/gitlab/database/postgres_foreign_key.rb'
+ - 'lib/gitlab/database/postgres_index.rb'
+ - 'lib/gitlab/database/postgres_partition.rb'
+ - 'lib/gitlab/database/postgres_partitioned_table.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/diff/parser.rb'
+ - 'lib/gitlab/email/reply_parser.rb'
+ - 'lib/gitlab/git/gitmodules_parser.rb'
+ - 'lib/gitlab/metrics/samplers/threads_sampler.rb'
+ - 'lib/gitlab/middleware/sidekiq_web_static.rb'
+ - 'lib/gitlab/middleware/static.rb'
+ - 'lib/gitlab/url_blocker.rb'
+ - 'lib/tasks/gitlab/update_templates.rake'
+ - 'lib/uploaded_file.rb'
+ - 'qa/qa/flow/integrations/slack.rb'
+ - 'qa/qa/git/location.rb'
+ - 'qa/qa/resource/api_fabricator.rb'
+ - 'qa/qa/runtime/search.rb'
+ - 'qa/qa/service/cluster_provider/k3d.rb'
+ - 'qa/qa/specs/spec_helper.rb'
+ - 'qa/qa/tools/ci/ff_changes.rb'
+ - 'scripts/changed-feature-flags'
+ - 'scripts/failed_tests.rb'
+ - 'scripts/lib/glfm/parse_examples.rb'
+ - 'scripts/lib/glfm/update_specification.rb'
+ - 'scripts/lint-docs-blueprints.rb'
+ - 'scripts/perf/query_limiting_report.rb'
+ - 'scripts/qa/testcases-check'
+ - 'scripts/trigger-build.rb'
+ - 'sidekiq_cluster/cli.rb'