From a58e0ed3a9e821baa09151e5b98f59f0a0ed25d3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 30 Nov 2024 09:59:29 -0800 Subject: [PATCH] Add 2 more pattern matches to spellcheck Make sure we catch a few things we've typo'd throughout codebases Signed-off-by: Tim Smith --- .github/actions/spelling/line_forbidden.patterns | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index 6eb5afc19a..0c9619d6db 100644 --- a/.github/actions/spelling/line_forbidden.patterns +++ b/.github/actions/spelling/line_forbidden.patterns @@ -66,6 +66,9 @@ # Industry Terms # +# s.b. NetFlow +\bNetflow\b + # s.b. Side scanning \b[Ss]idescanning\b @@ -166,6 +169,10 @@ # s.b. AlmaLinux \bAlma Linux\b +# s.b. CloudLinux +\bCloud Linux\b +\bCloudlinux\b + # s.b. openSUSE \bOpenSUSE\b