Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in the latest spellcheck config #4765

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exo
gcfs
gcs
geomatchstatement
gibibytes
gistfile
gpu
gvnic
Expand Down Expand Up @@ -90,7 +89,6 @@ spo
sqli
sqlimatchstatement
sqlserver
SSPR
targetgroup
tde
testutils
Expand Down
46 changes: 29 additions & 17 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,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 Down Expand Up @@ -78,6 +78,7 @@

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

# s.b. REST API
\b[Rr]est API\b
Expand Down Expand Up @@ -211,13 +212,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
1 change: 1 addition & 0 deletions .github/actions/spelling/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Sorce
\w*(?<!right-)click
deets
organisation

2 changes: 1 addition & 1 deletion providers/azure/resources/azure.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2014,4 +2014,4 @@ private azure.subscription.iotService {
subscriptionId string
// List of IoT hubs in the subscription
hubs() []dict
}
}
2 changes: 1 addition & 1 deletion providers/gcp/resources/gcp.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ private gcp.project.dnsService.managedzone @defaults("name") {
dnssecConfig dict
// DNS name of this managed zone
dnsName string
// Optionally specifies the name server set for this managed zone
// Optionally specifies the name server set for this managed zone
nameServerSet string
// Delegated to these virtual name servers
nameServers []string
Expand Down
Loading