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 aa3b78f commit 3e3b20f
Show file tree
Hide file tree
Showing 9 changed files with 592 additions and 238 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
Loading

1 comment on commit 3e3b20f

@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 (57)
axo
Baz
Bomgar
brk
btm
Buf
cachefile
checkin
dbmdl
dbproj
Dcom
dlldata
dnld
docstates
dsc
DUPLICATEALIAS
dustojnikhummer
dvinns
ecf
ERANGE
Finalizers
GES
github
HINSTANCE
hmac
Hyperlink
ICONDIR
icu
img
lhs
LPDWORD
LPWSTR
MAXLENGTH
NONAME
OUTOFMEMORY
PDWORD
Pid
PKCS
placeholders
plg
posix
pseudocode
publickey
pyc
redirector
remoting
rhs
rptproj
rsp
rsuser
sqlite
suo
svclog
tlb
Uknown
Webserver
wwwroot
Previously acknowledged words that are now absent bomgar clsids CSTR curated DISMAPI IEnum Lifecycle notmatch Objs Screenshot TOperation TOptions TProgress TResult TReturn TState TStatus typeparam workflows 🫥
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/6879145286/attempts/1'
Errors (1)

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

❌ Errors Count
❌ check-file-path 29

See ❌ Event descriptions for more information.

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.