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 #456

Merged
merged 1 commit into from
May 8, 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
24 changes: 24 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,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 Expand Up @@ -262,6 +285,7 @@

# s.b. VS Code
# \bVSCode\b # disabled due to false positive
\bVScode\b

# s.b. LinkedIn
\bLinked In\b
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): install scripts version 8.29.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