Skip to content

Exclude Rails/MailerName rubocop offense for Notify mailer

Vitali Tatarintev requested to merge 239356-fix-Rails/MailerName into master

What does this MR do and why?

Excludes Rails/MailerName rubocop offense for Notify mailer.

Contributes to #239356

Notify mailer is used in many places. A lot of code depends on it. Renaming the class requires a lot of changes. We can make it an exception and exclude this rubocop offence.

See this thread for the more context and discussion.

Merge request reports