summaryrefslogtreecommitdiff
path: root/.rubocop_todo/style/redundant_regexp_escape.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 14:22:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 14:22:11 +0000
commit0c872e02b2c822e3397515ec324051ff540f0cd5 (patch)
treece2fb6ce7030e4dad0f4118d21ab6453e5938cdd /.rubocop_todo/style/redundant_regexp_escape.yml
parentf7e05a6853b12f02911494c4b3fe53d9540d74fc (diff)
downloadgitlab-ce-f7d6ced4f57b4920a666336f5a44d098faade2ea.tar.gz
Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42
Diffstat (limited to '.rubocop_todo/style/redundant_regexp_escape.yml')
-rw-r--r--.rubocop_todo/style/redundant_regexp_escape.yml38
1 files changed, 1 insertions, 37 deletions
diff --git a/.rubocop_todo/style/redundant_regexp_escape.yml b/.rubocop_todo/style/redundant_regexp_escape.yml
index 5c97275ee4b..22608a8e1f5 100644
--- a/.rubocop_todo/style/redundant_regexp_escape.yml
+++ b/.rubocop_todo/style/redundant_regexp_escape.yml
@@ -1,5 +1,5 @@
---
-# Cop supports --auto-correct.
+# Cop supports --autocorrect.
Style/RedundantRegexpEscape:
Exclude:
- 'app/controllers/help_controller.rb'
@@ -11,7 +11,6 @@ Style/RedundantRegexpEscape:
- 'app/models/deploy_token.rb'
- 'app/models/design_management/design.rb'
- 'app/models/integrations/chat_message/base_message.rb'
- - 'app/models/integrations/datadog.rb'
- 'app/models/integrations/teamcity.rb'
- 'app/models/issue.rb'
- 'app/models/label.rb'
@@ -23,7 +22,6 @@ Style/RedundantRegexpEscape:
- 'app/models/snippet.rb'
- 'app/services/metrics/dashboard/grafana_metric_embed_service.rb'
- 'app/uploaders/file_uploader.rb'
- - 'config/initializers/wikicloth_redos_patch.rb'
- 'config/routes/project.rb'
- 'config/routes/uploads.rb'
- 'ee/app/models/ee/epic.rb'
@@ -60,7 +58,6 @@ Style/RedundantRegexpEscape:
- 'lib/gitlab/git/repository.rb'
- 'lib/gitlab/gitaly_client.rb'
- 'lib/gitlab/harbor/query.rb'
- - 'lib/gitlab/incoming_email.rb'
- 'lib/gitlab/jira/dvcs.rb'
- 'lib/gitlab/path_regex.rb'
- 'lib/gitlab/private_commit_email.rb'
@@ -68,7 +65,6 @@ Style/RedundantRegexpEscape:
- 'lib/gitlab/quick_actions/extractor.rb'
- 'lib/gitlab/regex.rb'
- 'lib/gitlab/search/abuse_detection.rb'
- - 'lib/gitlab/service_desk_email.rb'
- 'lib/gitlab/task_helpers.rb'
- 'lib/gitlab/url_sanitizer.rb'
- 'lib/gitlab/utils.rb'
@@ -78,40 +74,8 @@ Style/RedundantRegexpEscape:
- 'lib/tasks/gettext.rake'
- 'lib/tasks/gitlab/info.rake'
- 'qa/qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb'
- - 'qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb'
- 'qa/spec/runtime/key/ecdsa_spec.rb'
- 'qa/spec/runtime/key/ed25519_spec.rb'
- 'qa/spec/runtime/key/rsa_spec.rb'
- - 'rubocop/cop/gitlab/finder_with_find_by.rb'
- 'scripts/qa/testcases-check'
- 'scripts/setup/find-jh-branch.rb'
- - 'spec/controllers/projects_controller_spec.rb'
- - 'spec/features/read_only_spec.rb'
- - 'spec/helpers/tab_helper_spec.rb'
- - 'spec/lib/banzai/filter/references/reference_filter_spec.rb'
- - 'spec/lib/banzai/filter/syntax_highlight_filter_spec.rb'
- - 'spec/lib/banzai/pipeline/incident_management/timeline_event_pipeline_spec.rb'
- - 'spec/lib/gitlab/background_migration/backfill_work_item_type_id_for_issues_spec.rb'
- - 'spec/lib/gitlab/ci/config_spec.rb'
- - 'spec/lib/gitlab/ci/parsers/security/validators/schema_validator_spec.rb'
- - 'spec/lib/gitlab/import_export/saver_spec.rb'
- - 'spec/lib/gitlab/kubernetes/kube_client_spec.rb'
- - 'spec/lib/gitlab/sql/pattern_spec.rb'
- - 'spec/lib/gitlab/usage/metrics/name_suggestion_spec.rb'
- - 'spec/lib/gitlab/usage/metrics/names_suggestions/generator_spec.rb'
- - 'spec/lib/gitlab/usage_data_counters/hll_redis_counter_spec.rb'
- - 'spec/mailers/emails/profile_spec.rb'
- - 'spec/models/release_highlight_spec.rb'
- - 'spec/requests/api/graphql/mutations/merge_requests/set_draft_spec.rb'
- - 'spec/requests/api/graphql_spec.rb'
- - 'spec/requests/api/project_debian_distributions_spec.rb'
- - 'spec/requests/api/repositories_spec.rb'
- - 'spec/services/projects/download_service_spec.rb'
- - 'spec/support/matchers/exceed_query_limit.rb'
- - 'spec/support/shared_examples/features/wiki/file_attachments_shared_examples.rb'
- - 'spec/support/shared_examples/mailers/notify_shared_examples.rb'
- - 'spec/support/shared_examples/requests/api/graphql/packages/group_and_project_packages_list_shared_examples.rb'
- - 'spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb'
- - 'spec/uploaders/personal_file_uploader_spec.rb'
- - 'spec/views/help/index.html.haml_spec.rb'
- - 'tooling/danger/project_helper.rb'