Skip to content

Commit

Permalink
Update spellcheck config
Browse files Browse the repository at this point in the history
Slip this in while I'm updating this repo

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 17, 2024
1 parent 47f6404 commit ee9af28
Showing 1 changed file with 42 additions and 16 deletions.
58 changes: 42 additions & 16 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
#

# s.b. Allow list
\s[Ww]hitelist\b
\s[Ww]hitelisting\b
\s[Ww]hitelisted\b
\s[Ww]hite list\b
\s[Ww]hite listing\b
\s[Ww]hite listed\b
\b[Ww]hitelist\b
\b[Ww]hitelisting\b
\b[Ww]hitelisted\b
\b[Ww]hite list\b
\b[Ww]hite listing\b
\b[Ww]hite listed\b

# s.b. Block list
\s[Bb]lacklist\b
\s[Bb]lacklisting\b
\s[Bb]lacklisted\b
\s[Bb]lack list\b
\s[Bb]lack listing\b
\s[Bb]lack listed\b
\b[Bb]lacklist\b
\b[Bb]lacklisting\b
\b[Bb]lacklisted\b
\b[Bb]lack list\b
\b[Bb]lack listing\b
\b[Bb]lack listed\b

#
# Our Terms
#

# s.b. Mondoo Platform
\sthe Mondoo Platform\b
\sMondoo platform\b
\bthe Mondoo Platform\b
\bMondoo platform\b

# s.b. Compliance Hub
\s[Cc]ompliance hub\b
\b[Cc]ompliance hub\b

#
# Compliance Terms
Expand All @@ -45,6 +45,9 @@
# s.b. SOC 2
\bSOC2\b

# s.b. NIS2
\bNIS 2\b

# s.b. ISO 270001
\bISO270001\b

Expand All @@ -65,6 +68,7 @@

# s.b. Docker Hub
\bDocker[Hh]ub\b
\bdocker hub\b

# s.b. REST API
\b[Rr]est API\b
Expand All @@ -86,6 +90,9 @@
# Product Names
#

# s.b. Memcached
\bMemCached\b

# s.b. Jira
\bJIRA\b

Expand Down Expand Up @@ -289,6 +296,13 @@
\bLinked In\b
\bLinkedin\b

# s.b. Microsoft IIS
\bIIS Server\b

# s.b. Microsoft SQL Server
\bSQL server\b
\bMSSQL\b

#
# VMware Products
#
Expand Down Expand Up @@ -458,7 +472,7 @@
\bWorkmail\b

#
# GCP Products
# Google Cloud Products
#

# s.b. AlloyDB
Expand All @@ -469,9 +483,11 @@

# s.b. BigLake
\bBig Lake\b
\bBiglake\b

# s.b. BigQuery
\bBig Query\b
\bBigquery\b

# s.b. Cloud Build
\bCloudBuild\b
Expand Down Expand Up @@ -530,6 +546,16 @@
\bVMware engine\b
\bVMWare Engine\b

# s.b. Bigtable
\bBigTable\b
\bBig Table\b

# s.b. Datastore
\bDataStore\b

# s.b. Memorystore
\bMemoryStore\b

#
# Azure Products
#
Expand Down

0 comments on commit ee9af28

Please sign in to comment.