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-06-15 15:09:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 15:09:10 +0300
commit3e0c035fe3a10436be36b4e22a4986479821b8e4 (patch)
treeca812645f554800b2b3d828c48d7da7ed1ae50c2 /.rubocop.yml
parent74e6480896d7fd478930426460021883ba3b83a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 185a2497c93..47c7e5b5e35 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -287,6 +287,11 @@ Rails/HelperInstanceVariable:
- app/helpers/**/*.rb
- ee/app/helpers/**/*.rb
+Rails/MailerName:
+ Exclude:
+ # See for the context on why it's excluded https://gitlab.com/gitlab-org/gitlab/-/issues/239356#note_956419227
+ - 'app/mailers/notify.rb'
+
# GitLab ###################################################################
Gitlab/ModuleWithInstanceVariables: