summaryrefslogtreecommitdiff
path: root/.rubocop_todo
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-04 21:09:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-04 21:09:59 +0000
commit8fc2555ccce63aa5641b123c154389cff593e0d7 (patch)
tree74f0200c2f7b9a5349120599daa762ea36df697a /.rubocop_todo
parent821ba7ce78f6508fe03e3f7c9bc0b9542fa86485 (diff)
downloadgitlab-ce-8fc2555ccce63aa5641b123c154389cff593e0d7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/rake/require.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.rubocop_todo/rake/require.yml b/.rubocop_todo/rake/require.yml
new file mode 100644
index 00000000000..5042f0d504e
--- /dev/null
+++ b/.rubocop_todo/rake/require.yml
@@ -0,0 +1,26 @@
+---
+Rake/Require:
+ Details: grace period
+ Exclude:
+ - 'ee/lib/tasks/gitlab/spdx.rake'
+ - 'lib/tasks/gitlab/artifacts/migrate.rake'
+ - 'lib/tasks/gitlab/assets.rake'
+ - 'lib/tasks/gitlab/backup.rake'
+ - 'lib/tasks/gitlab/cleanup.rake'
+ - 'lib/tasks/gitlab/dependency_proxy/migrate.rake'
+ - 'lib/tasks/gitlab/docs/redirect.rake'
+ - 'lib/tasks/gitlab/graphql.rake'
+ - 'lib/tasks/gitlab/lfs/migrate.rake'
+ - 'lib/tasks/gitlab/metrics_exporter.rake'
+ - 'lib/tasks/gitlab/openapi.rake'
+ - 'lib/tasks/gitlab/packages/events.rake'
+ - 'lib/tasks/gitlab/packages/migrate.rake'
+ - 'lib/tasks/gitlab/pages.rake'
+ - 'lib/tasks/gitlab/refresh_project_statistics_build_artifacts_size.rake'
+ - 'lib/tasks/gitlab/terraform/migrate.rake'
+ - 'lib/tasks/gitlab/tw/codeowners.rake'
+ - 'lib/tasks/gitlab/x509/update.rake'
+ - 'lib/tasks/import.rake'
+ - 'lib/tasks/tokens.rake'
+ - 'qa/tasks/ci.rake'
+ - 'qa/tasks/webdrivers.rake'