From ba3e33eebead8f64452372507fcf9e365169fc81 Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Tue, 29 Jun 2021 08:48:10 +0200 Subject: [PATCH] Allow the term "Mastercard" The new cop marks the term "Mastercard" as offensive. Although they should rename the company to Maincard, that's not going to happen soon. This PR allows the term Mastercard by default. --- config/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.yml b/config/default.yml index 64170324a9d..e81ea77480f 100644 --- a/config/default.yml +++ b/config/default.yml @@ -2561,6 +2561,7 @@ Naming/InclusiveLanguage: AllowedRegex: - 'Master of None' - 'Master Boot Record' + - 'Mastercard' slave: Suggestions: ['replica', 'secondary', 'follower']