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/rails/rake_environment.yml')
-rw-r--r--.rubocop_todo/rails/rake_environment.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.rubocop_todo/rails/rake_environment.yml b/.rubocop_todo/rails/rake_environment.yml
new file mode 100644
index 00000000000..d248db022ce
--- /dev/null
+++ b/.rubocop_todo/rails/rake_environment.yml
@@ -0,0 +1,25 @@
+---
+# Cop supports --auto-correct.
+Rails/RakeEnvironment:
+ # Offense count: 31
+ # Temporarily disabled due to too many offenses
+ Enabled: false
+ Exclude:
+ - 'ee/lib/tasks/gitlab/elastic/test.rake'
+ - 'lib/tasks/config_lint.rake'
+ - 'lib/tasks/dev.rake'
+ - 'lib/tasks/gettext.rake'
+ - 'lib/tasks/gitlab/assets.rake'
+ - 'lib/tasks/gitlab/db.rake'
+ - 'lib/tasks/gitlab/docs/compile_deprecations.rake'
+ - 'lib/tasks/gitlab/docs/redirect.rake'
+ - 'lib/tasks/gitlab/helpers.rake'
+ - 'lib/tasks/gitlab/sidekiq.rake'
+ - 'lib/tasks/gitlab/tw/codeowners.rake'
+ - 'lib/tasks/gitlab/update_templates.rake'
+ - 'lib/tasks/lint.rake'
+ - 'lib/tasks/migrate/setup_postgresql.rake'
+ - 'lib/tasks/setup.rake'
+ - 'lib/tasks/test.rake'
+ - 'lib/tasks/yarn.rake'
+ - 'qa/qa/fixtures/auto_devops_rack/Rakefile'