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/style/redundant_regexp_escape.yml')
-rw-r--r--.rubocop_todo/style/redundant_regexp_escape.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.rubocop_todo/style/redundant_regexp_escape.yml b/.rubocop_todo/style/redundant_regexp_escape.yml
index 22608a8e1f5..9a54b73b64e 100644
--- a/.rubocop_todo/style/redundant_regexp_escape.yml
+++ b/.rubocop_todo/style/redundant_regexp_escape.yml
@@ -5,6 +5,7 @@ Style/RedundantRegexpEscape:
- 'app/controllers/help_controller.rb'
- 'app/controllers/import/bitbucket_server_controller.rb'
- 'app/helpers/emails_helper.rb'
+ - 'app/helpers/import_helper.rb'
- 'app/helpers/sidekiq_helper.rb'
- 'app/models/commit_status.rb'
- 'app/models/concerns/referable.rb'
@@ -16,17 +17,20 @@ Style/RedundantRegexpEscape:
- 'app/models/label.rb'
- 'app/models/license_template.rb'
- 'app/models/milestone.rb'
- - 'app/models/namespace.rb'
- 'app/models/operations/feature_flag.rb'
- 'app/models/releases/link.rb'
- 'app/models/snippet.rb'
- 'app/services/metrics/dashboard/grafana_metric_embed_service.rb'
- 'app/uploaders/file_uploader.rb'
+ - 'config/routes/admin.rb'
+ - 'config/routes/group.rb'
- 'config/routes/project.rb'
+ - 'config/routes/snippets.rb'
- 'config/routes/uploads.rb'
- 'ee/app/models/ee/epic.rb'
- 'ee/app/models/ee/iteration.rb'
- 'ee/app/models/ee/vulnerability.rb'
+ - 'ee/config/routes/admin.rb'
- 'ee/lib/ee/gitlab/path_regex.rb'
- 'ee/lib/elastic/latest/merge_request_class_proxy.rb'
- 'ee/lib/gitlab/geo/git_ssh_proxy.rb'
@@ -46,6 +50,7 @@ Style/RedundantRegexpEscape:
- 'lib/bulk_imports/common/pipelines/uploads_pipeline.rb'
- 'lib/csv_builder.rb'
- 'lib/gitlab/background_migration/backfill_integrations_enable_ssl_verification.rb'
+ - 'lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url.rb'
- 'lib/gitlab/ci/pipeline/expression/lexeme/not_matches.rb'
- 'lib/gitlab/ci/pipeline/expression/lexeme/pattern.rb'
- 'lib/gitlab/diff/suggestions_parser.rb'
@@ -63,6 +68,7 @@ Style/RedundantRegexpEscape:
- 'lib/gitlab/private_commit_email.rb'
- 'lib/gitlab/push_options.rb'
- 'lib/gitlab/quick_actions/extractor.rb'
+ - 'lib/gitlab/quick_actions/timeline_text_and_date_time_separator.rb'
- 'lib/gitlab/regex.rb'
- 'lib/gitlab/search/abuse_detection.rb'
- 'lib/gitlab/task_helpers.rb'
@@ -73,7 +79,6 @@ Style/RedundantRegexpEscape:
- 'lib/product_analytics/tracker.rb'
- 'lib/tasks/gettext.rake'
- 'lib/tasks/gitlab/info.rake'
- - 'qa/qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb'
- 'qa/spec/runtime/key/ecdsa_spec.rb'
- 'qa/spec/runtime/key/ed25519_spec.rb'
- 'qa/spec/runtime/key/rsa_spec.rb'