Skip to content

Commit

Permalink
Add 2 more pattern matches to spellcheck
Browse files Browse the repository at this point in the history
Make sure we catch a few things we've typo'd throughout codebases

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 committed Nov 30, 2024
1 parent cef7bda commit a58e0ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
# Industry Terms
#

# s.b. NetFlow
\bNetflow\b

# s.b. Side scanning
\b[Ss]idescanning\b

Expand Down Expand Up @@ -166,6 +169,10 @@
# s.b. AlmaLinux
\bAlma Linux\b

# s.b. CloudLinux
\bCloud Linux\b
\bCloudlinux\b

# s.b. openSUSE
\bOpenSUSE\b

Expand Down

0 comments on commit a58e0ed

Please sign in to comment.