Skip to content

Commit

Permalink
Pull in the latest spellcheck config
Browse files Browse the repository at this point in the history
Catch additional patterns

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 23, 2024
1 parent 34d4f51 commit edbabde
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 26 deletions.
102 changes: 76 additions & 26 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,47 @@

\b[Ll]orem [Ii]psum\b

# PR links left in the release notes
\bhttps:\/\/github.com\/mondoohq\/.*\/pull\/\d*
#
# Overly formal style
#

# s.b. Whether
\bIndicates whether\b
\bIndicates if\b
\bIndicates\b
\bWhether or not\b
\bDenotes if\b

#
# Terms to avoid
#

# 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
\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 @@ -47,13 +56,19 @@
# s.b. SOC 2
\bSOC2\b

# s.b. NIS2
\bNIS 2\b

# s.b. ISO 270001
\bISO270001\b

#
# Industry Terms
#

# s.b. NetFlow
\bNetflow\b

# s.b. Side scanning
\b[Ss]idescanning\b

Expand All @@ -66,6 +81,7 @@

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

# s.b. REST API
\b[Rr]est API\b
Expand All @@ -87,6 +103,12 @@
# Product Names
#

# s.b. Cloudflare
\bCloudFlare\b

# s.b. Memcached
\bMemCached\b

# s.b. Jira
\bJIRA\b

Expand Down Expand Up @@ -150,6 +172,10 @@
# s.b. AlmaLinux
\bAlma Linux\b

# s.b. CloudLinux
\bCloud Linux\b
\bCloudlinux\b

# s.b. openSUSE
\bOpenSUSE\b

Expand Down Expand Up @@ -196,13 +222,24 @@

# s.b. SentinelOne
\bSentinal[Oo]ne\b
\bSentinelone\b
\bSentinal One\b
\bSentin[ae]lone\b
\bSentin[ae]l One\b

# s.b. CrowdStrike
\bCrowd Strike\b
\b[Cc]rowdstrike\b

# s.b. Zendesk
\bZenDesk\b

# s.b. ServiceNow
\bService Now\b
\bServicenow\b

# s.b. name server
\bnameserver\b
\bnameservers\b

#
# Kubernetes Terms
#
Expand Down Expand Up @@ -290,6 +327,9 @@
\bLinked In\b
\bLinkedin\b

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

#
# VMware Products
#
Expand Down Expand Up @@ -341,7 +381,7 @@
# s.b. CloudShell
# we can't check for Cloud Shell since that's what Azure calls it
\bCloudshell\b
# cloudshell results in false positives
\bcloudshell\b

# s.b. CloudTrail
\bCloudtrail\b
Expand Down Expand Up @@ -459,7 +499,7 @@
\bWorkmail\b

#
# GCP Products
# Google Cloud Products
#

# s.b. AlloyDB
Expand All @@ -470,9 +510,11 @@

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

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

# s.b. Cloud Build
\bCloudBuild\b
Expand All @@ -484,10 +526,9 @@
# s.b. Cloud Functions
\bCloud functions\b

# disabled for now in this repo due to false positives
# s.b. Cloud Run
# \bCloudRun\b
# \bCloud run\b
\bCloudRun\b
\bCloud run\b

# s.b. Cloud SQL
\bCloudSQL\b
Expand Down Expand Up @@ -532,6 +573,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 All @@ -541,7 +592,7 @@

# s.b. Key Vault
\bKey vault\b
# \bKeyVault\b # disabled for now in this repo due to false positives
\bKeyVault\b

# s.b. Ampere
\bampere\b
Expand Down Expand Up @@ -671,5 +722,4 @@
\bunder stand\b

# find spaces before a comma
# Enable this once https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Block-Ignore ships
# ( )+,
( )+,
2 changes: 2 additions & 0 deletions .github/actions/spelling/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ Sorce
^untill$
^untilling$
^wether.*
\w*(?<!right-)click
deets
organisation

0 comments on commit edbabde

Please sign in to comment.