From 138194360a1523981c66f9d83d702e037d75b6f6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 23 Dec 2024 10:26:59 -0800 Subject: [PATCH] Expand our spellcheck forbidden patterns (#1523) Catch more mistakes Signed-off-by: Tim Smith --- .github/actions/spelling/line_forbidden.patterns | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index c610e6a5..ac9dff32 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 @@ -100,6 +103,9 @@ # Product Names # +# s.b. Cloudflare +\bCloudFlare\b + # s.b. Memcached \bMemCached\b @@ -166,6 +172,10 @@ # s.b. AlmaLinux \bAlma Linux\b +# s.b. CloudLinux +\bCloud Linux\b +\bCloudlinux\b + # s.b. openSUSE \bOpenSUSE\b