Created
June 16, 2020 17:29
-
-
Save JaviSoto/deacd09ba96e76d8f2179878a8771dda to your computer and use it in GitHub Desktop.
disallowed_racist_terms_of_art SwiftLint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disallowed_racist_terms_of_art: | |
name: "Disallowed racist terms of art" | |
regex: 'blacklist|whitelist|^((?<!git)[^\n])*master(?! (manifest|playlist))|slave' | |
message: "Please, refrain from using terms which have racist connotations. Consider alternatives such as allow, disallow, primary, secondary..." | |
severity: error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment