From 29479732e02b11ad449867fb381f2e0f8477bbf7 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 13 Feb 2024 15:45:25 -0800 Subject: [PATCH] Skip spell-checking github repo owner names Signed-off-by: Jan Dubois --- .github/actions/spelling/expect.txt | 4 ---- .github/actions/spelling/patterns.txt | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index dd57e173d7c..a68d6469e65 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -34,7 +34,6 @@ appimagekit APPLEID APPLICATIONFOLDER AProject -aquasecurity ARPNOMODIFY ARPPRODUCTICON ARPURLINFOABOUT @@ -48,7 +47,6 @@ autocrlf auxww Awop AWorkspace -awslabs azuread azureaks azurestorage @@ -251,7 +249,6 @@ ficlone filekey filestat fineprint -flavio fleetworkspace Fluentd FOLDERID @@ -812,7 +809,6 @@ winio winthrop wix wixobj -wixtoolset WIXUI wontfix wordpress diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 15ccf0aaa00..53ef8cbc9ba 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -165,3 +165,6 @@ regexp?\.MustCompile\(`[^`]*`\) # on macOS, MacOS is used for the internal folder name within an app... (["/])MacOS\g{-1} + +# GitHub owner names should not be checked (dependency scripts) +\bgithubOwner\s*=\s*'.*?'