summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 18:10:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 18:10:28 +0000
commite20fed01c86f47ffba316483f312a36330fd084d (patch)
treea97c23d9f1729ca3637c78769ebe1663e0765bb7 /.rubocop.yml
parente778dcbceebbfbae42a3743cf76d80229ccc716c (diff)
downloadgitlab-ce-e20fed01c86f47ffba316483f312a36330fd084d.tar.gz
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 ec57bf14174..143a7db9ae7 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -299,6 +299,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/Pluck:
+ # See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94047#note_1179689274
+ AutoCorrect: false
+
Rails/RakeEnvironment:
# Context on why it's disabled: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/93419#note_1048223982
Enabled: false