Skip to content

Commit

Permalink
Upgrade check-spelling to v0.0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 15, 2023
1 parent 40d6a38 commit d1437b1
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 118 deletions.
4 changes: 3 additions & 1 deletion .github/actions/spelling/advice.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ https://www.regexplanet.com/advanced/perl/) yours before committing to verify it

* well-formed pattern.

If you can write a [pattern](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns) that would match it,
If you can write a [pattern](
https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
) that would match it,
try adding it to the `patterns.txt` file.

Patterns are Perl 5 Regular Expressions - you can [test](
Expand Down
19 changes: 18 additions & 1 deletion .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ AUTOLISTEN
azureedge
binlog
binver
Blog
blog
boolalpha
bstr
BUILDNUMBER
bytearray
Expand Down Expand Up @@ -68,6 +71,7 @@ denelon
depersist
differentpath
DIRECTONLY
DISMAPI
distro
dllmain
dotnet
Expand Down Expand Up @@ -139,6 +143,7 @@ INSTALLUILEVEL
INVALIDARG
INVALIDSID
IPinning
ipmo
IPortable
ISAPPROVEDFOROUTPUT
IUnknown
Expand All @@ -165,8 +170,10 @@ Moq
motw
mrm
msdata
MSDN
MSHCTX
MSHLFLAGS
msi
msiexec
msix
msixbundle
Expand Down Expand Up @@ -204,6 +211,9 @@ packagefamilyname
packageidentifier
packagename
PACKAGESSCHEMA
paket
Params
params
parentidx
pathpart
Pathto
Expand Down Expand Up @@ -245,6 +255,7 @@ removemanifest
removepin
removeportablefile
repolibtest
requeue
rescap
resetpins
resheader
Expand Down Expand Up @@ -307,6 +318,7 @@ subselect
SWIPECONTROL
SYMED
symlinktarget
Sys
TARGETDIR
targetentrypoint
targetnametoken
Expand All @@ -326,6 +338,9 @@ tpl
TRACELOGGING
triaged
TRUSTEDPEOPLE
trx
ttl
typename
UAC
UACONLY
uap
Expand Down Expand Up @@ -360,6 +375,7 @@ vcvars
vcxitems
VERYSILENT
VFT
visualstudio
VOS
vso
wapproj
Expand Down Expand Up @@ -393,6 +409,8 @@ Xlang
XResource
XTOKEN
xunit
yaml
yml
abi
ACCESSDENIED
agg
Expand Down Expand Up @@ -498,7 +516,6 @@ TARG
transitioning
TType
typedef
Uknown
ULONGLONG
UNAVAIL
Unregisters
Expand Down
Loading

1 comment on commit d1437b1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

abcd

Previously acknowledged words that are now absent Uknown 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:check-spelling-sandbox/winget-cli.git repository
on the spell-check-with-spelling branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/check-spelling-sandbox/winget-cli/actions/runs/6879220600/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.