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 ae8f94c
Showing 1 changed file with 14 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\b

# 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

0 comments on commit ae8f94c

Please sign in to comment.