Skip to content

Commit

Permalink
Allow the term "Mastercard"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coorasse authored and bbatsov committed Jun 29, 2021
1 parent b245230 commit ba3e33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -2561,6 +2561,7 @@ Naming/InclusiveLanguage:
AllowedRegex:
- 'Master of None'
- 'Master Boot Record'
- 'Mastercard'
slave:
Suggestions: ['replica', 'secondary', 'follower']

Expand Down

0 comments on commit ba3e33e

Please sign in to comment.