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

Update spellcheck config + copyright year #39

Merged
merged 1 commit into from
May 22, 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: 1 addition & 1 deletion .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version = 1
project {
license = "BUSL-1.1"
copyright_holder = "Mondoo, Inc."
copyright_year = 2023
copyright_year = 2024

# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
Expand Down
26 changes: 26 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
# s.b. email
\be-mail\b

# s.b. APIs
\bapis\b

#
# Product Names
#
Expand Down Expand Up @@ -198,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
4 changes: 2 additions & 2 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
\b([A-Za-z])\g{-1}{3,}\b

# ignore funky space IDs that blow up spell checking
api\.mondoo\.app\/space.*\b
console\.mondoo\.com\/space.*\b
api\.mondoo\.app\/.*\b
console\.mondoo\.com\/.*\b

# azure subscription ID
[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}
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 @@ -11,3 +11,5 @@
^untilling$
^wether.*
\w*(?<!right-)click
deets
organisation

Check warning on line 15 in .github/actions/spelling/reject.txt

View workflow job for this annotation

GitHub Actions / Run spell check

No newline at eof. (no-newline-at-eof)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Parameters

Licensor: Mondoo, Inc. (“Mondoo”)
Licensed Work(s): chef cookbook version 1.1.0 and
later. The Licensed Work is (c) 2023 Mondoo, Inc.
later. The Licensed Work is (c) 2024 Mondoo, Inc.
Additional Use Grant: You may use, distribute or host the Licensed Work in
your own or your direct customers’ production
environment, provided that such use, distribution or
Expand Down
Loading