Skip to content

Commit

Permalink
Use word boundaries everywhere in spellcheck patterns
Browse files Browse the repository at this point in the history
Avoid relying on whitespace

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 31, 2024
1 parent 0f8a5b0 commit 435a850
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@
#

# 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
\bMondoo platform\b

# s.b. Compliance Hub
\s[Cc]ompliance hub\b
\b[Cc]ompliance hub\b

#
# Compliance Terms
Expand Down
2 changes: 1 addition & 1 deletion docs/mql/resources/mondoo-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ displayed_sidebar: MQL
description: The Mondoo resource pack lets you interact with Mondoo Platform and its assets and resources.
---

# Mondoo Mondoo Resource Pack Reference
# Mondoo Resource Pack Reference

The Mondoo resource pack lets you interact with Mondoo Platform and its assets and resources.

Expand Down

0 comments on commit 435a850

Please sign in to comment.