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

regexp_match.yml « performance « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c80a74c538e46bb2789955f310a98539c406560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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'