Skip to content

Commit

Permalink
Skip spell-checking github repo owner names
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Feb 14, 2024
1 parent 3b9e892 commit 439701c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ appimagekit
APPLEID
APPLICATIONFOLDER
AProject
aquasecurity
ARPNOMODIFY
ARPPRODUCTICON
ARPURLINFOABOUT
Expand All @@ -48,7 +47,6 @@ autocrlf
auxww
Awop
AWorkspace
awslabs
azuread
azureaks
azurestorage
Expand Down Expand Up @@ -251,7 +249,6 @@ ficlone
filekey
filestat
fineprint
flavio
fleetworkspace
Fluentd
FOLDERID
Expand Down Expand Up @@ -812,7 +809,6 @@ winio
winthrop
wix
wixobj
wixtoolset
WIXUI
wontfix
wordpress
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*'.*?'

0 comments on commit 439701c

Please sign in to comment.