Skip to content

Commit

Permalink
Update spelling patterns (#3312)
Browse files Browse the repository at this point in the history
Add more tech names + whitelist/blacklist

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Feb 14, 2024
1 parent 4e0c1d8 commit bb1cae4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Detect common combinations of valid words that are in fact invalid.
# Useful for brand capitalizations

#
# Terms to avoid
#

# s.b. Allow list
\swhitelist\b
\swhitelisting\b
\swhitelisted\b
\swhite list\b
\swhite listing\b
\swhite listed\b

# s.b. Block list
\sblacklist\b
\sblacklisting\b
\sblacklisted\b
\sblack list\b
\sblack listing\b
\sblack listed\b

#
# Our Terms
#
Expand Down Expand Up @@ -151,6 +171,9 @@
# s.b. CloudBees
\bCloudbees\b

# s.b. System76
\bSystem 76\b

#
# Microsoft Products
#
Expand Down

0 comments on commit bb1cae4

Please sign in to comment.