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 7b66f05 commit cfaa93c
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 173 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
18 changes: 8 additions & 10 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ binver
Bitmask
Blog
blog
BLUETOOTH
Bluetooth
boolalpha
bstr
bugfix
Expand Down Expand Up @@ -129,8 +131,8 @@ deserializing
dest
devblogs
differentpath
DISMAPI
DIRECTONLY
DISMAPI
distro
dll
dllexport
Expand Down Expand Up @@ -265,8 +267,8 @@ INVALIDSID
iomanip
iostream
IPinning
IPortable
ipmo
IPortable
ISAPPROVEDFOROUTPUT
isspace
istream
Expand Down Expand Up @@ -322,6 +324,8 @@ mrm
msbuild
msdata
MSDN
MSHCTX
MSHLFLAGS
msi
msiexec
msix
Expand All @@ -331,8 +335,6 @@ msixmgr
msixsdk
msixsdkx
msixtest
MSHCTX
MSHLFLAGS
msrc
Multifile
Multimatch
Expand Down Expand Up @@ -389,6 +391,7 @@ packagefamilyname
packageidentifier
packagename
PACKAGESSCHEMA
paket
Params
params
parentidx
Expand Down Expand Up @@ -463,6 +466,7 @@ removemanifest
removepin
removeportablefile
repolibtest
REQS
requeue
rescap
resetpins
Expand All @@ -474,7 +478,6 @@ RESTSOURCE
resw
resx
rethrowing
REQS
roadmap
robuffer
rowcount
Expand Down Expand Up @@ -578,7 +581,6 @@ symlink
symlinks
symlinktarget
Sys
sz
TARG
TARGETDIR
targetentrypoint
Expand Down Expand Up @@ -611,7 +613,6 @@ triaged
trunc
TRUSTEDPEOPLE
trx
tt
ttl
typedef
typename
Expand Down Expand Up @@ -674,7 +675,6 @@ versioning
VERYSILENT
VFT
visualstudio
vm
VOS
vso
wapproj
Expand Down Expand Up @@ -728,5 +728,3 @@ XTOKEN
xunit
yaml
yml
yy
zh
Loading

1 comment on commit cfaa93c

@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 (2)

abcd
ABORTIFHUNG

Previously acknowledged words that are now absent bluetooth 🫥
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/6878942181/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.