Skip to content

Commit

Permalink
Update spellcheck config (#86)
Browse files Browse the repository at this point in the history
Pull in the latest terms

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored May 2, 2024
1 parent 4b72ec1 commit e979a87
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,29 @@
\bCrowd Strike\b
\b[Cc]rowdstrike\b

#
# Kubernetes Terms
#

# s.b. DaemonSet
\bDaemonset\b

# s.b. Dockershim
\bDockerShim\b
\bdockershim\b

# s.b. LimitRange
\bLimitrange\b

# s.b. Minikube
\bMiniKube\b

# s.b. ReplicaSet
\bReplicaset\b

# s.b. StatefulSet
\bStatefulset\b

#
# HashiCorp Products
#
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Key Vault Vault
\broot root\b

# AWS resources
(ami|subnet|vpc|sg)-[0-9a-fA-F]{17}
(ami|subnet|vpc|sg|fs)-[0-9a-fA-F]{17}

# http and https URLs
https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/spelling/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ Sorce
^wether.*
\w*(?<!right-)click
press
deets
organisation

0 comments on commit e979a87

Please sign in to comment.