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-08-04 18:11:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-04 18:11:28 +0300
commitf805496e2f458cc234ac5e52d09fa6d787ccaa97 (patch)
treec714517ee5ac4b03a762188af2c423e2aae0c363 /.rubocop.yml
parent39e07b68051f93f95d11b8607dfaa8ae87458bb7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index baac21de331..a348e799d89 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -290,6 +290,10 @@ Rails/MailerName:
# See for the context on why it's excluded https://gitlab.com/gitlab-org/gitlab/-/issues/239356#note_956419227
- 'app/mailers/notify.rb'
+Rails/RakeEnvironment:
+ # Context on why it's disabled: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/93419#note_1048223982
+ Enabled: false
+
# GitLab ###################################################################
Gitlab/ModuleWithInstanceVariables: