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>2022-11-29 06:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-29 06:08:16 +0300
commitf51c6a69f9804d1dde7a0f1717a91ca97001f871 (patch)
treec54249c948799604d3fbef42c49bc69cc57c2eb9 /.rubocop_todo/style/redundant_regexp_escape.yml
parent859ee9fc169e0a899af3a683ea452d06334d15b9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style/redundant_regexp_escape.yml')
-rw-r--r--.rubocop_todo/style/redundant_regexp_escape.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.rubocop_todo/style/redundant_regexp_escape.yml b/.rubocop_todo/style/redundant_regexp_escape.yml
index 5c97275ee4b..9da348f849d 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,11 +74,9 @@ 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'