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, 0 insertions, 25 deletions
diff --git a/.rubocop_todo/rails/rake_environment.yml b/.rubocop_todo/rails/rake_environment.yml
deleted file mode 100644
index d248db022ce..00000000000
--- a/.rubocop_todo/rails/rake_environment.yml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-# 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'