Skip to content

Commit

Permalink
Add compliance frameworks to spellcheck
Browse files Browse the repository at this point in the history
We get both of these wrong a lot

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Mar 6, 2024
1 parent 07d7e6b commit 252aa66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Detect common combinations of valid words that are in fact invalid.
# Useful for brand capitalizations


#
# Catch placeholder text
#

\b[Lo]orem [Ii]psum\
\b[Ll]orem [Ii]psum\

# PR links left in the release notes
\bhttps:\/\/github.com\/mondoohq\/.*\/pull\/\d*
Expand Down Expand Up @@ -41,6 +40,16 @@
# s.b. Compliance Hub
\s[Cc]ompliance hub\b

#
# Compliance Terms
#

# s.b. SOC 2
\bSOC2\b

# s.b. ISO 270001
\bISO270001\b

#
# Industry Terms
#
Expand Down Expand Up @@ -336,6 +345,9 @@
# s.b. CodeStar
\bCodestar\b

# s.b. AWS Config
\bAWS config\b

# s.b. Copilot
\bCoPilot\b

Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ aws_secret_access_key\s+\=(\s+)?.+

# score score is valid in MQL docs
score score

0 comments on commit 252aa66

Please sign in to comment.