Skip to content

Commit

Permalink
Upgrade to check-spelling v0.0.22 (microsoft#3896)
Browse files Browse the repository at this point in the history
Changes:
* general spelling/grammar
* refreshed baseline metadata (roughly
[spell-check-this@edccef0](https://github.com/check-spelling/spell-check-this/tree/edccef0d97da7e227dbec1d2c1faac5fd085f313))
* upgraded to [check-spelling
v0.0.22](https://github.com/check-spelling/check-spelling/releases/tag/v0.0.22)
* ⚠️ there's one pattern that triggers in v0.0.21 (as part of this PR)
which will not trigger once this PR is merged ([🩹 Pattern suggestions
shouldn't trip over active
patterns](https://github.com/check-spelling/check-spelling/wiki/Feature:-Suggest-patterns#multiple-patterns-for-a-line))
* refreshed workflow
* slightly refreshed dictionaries -- I'm removing
`cspell:cpp/src/cpp.txt`, but you could use it or
`cspell:cpp/dict/cpp.txt` -- I think I missed that microsoft#3885 was adding it
-- cpp suffers from the same problem as win32 -- too many misspelled
words)
* dropping commenting on pushes (people should migrate to github step
summaries)
  • Loading branch information
jsoref authored Jul 30, 2024
1 parent 32e3bf9 commit 6df6ded
Show file tree
Hide file tree
Showing 52 changed files with 739 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
> Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
>
> If this is an application crash, please also provide a Feedback Hub submission link if at all possible so we can find your diagnostic data on the backend.
> You can open the Feedback Hub directly to the pre-populated form at https://aka.ms/winget-feedback
> You can open the Feedback Hub directly to the prepopulated form at https://aka.ms/winget-feedback
> Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link.
>
> Please use this form and describe your issue, concisely but precisely, with as much detail as possible.
Expand Down
7 changes: 6 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 All @@ -23,3 +25,6 @@ https://www.regexplanet.com/advanced/perl/) yours before committing to verify it
Note that patterns can't match multiline strings.

</details>
<!--
template: check-spelling
-->
16 changes: 14 additions & 2 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ APSTUDIO
ARRAYSIZE
artifactstagingdirectory
aspirational
Authenticode
AUTOLISTEN
azureedge
binlog
Expand All @@ -40,8 +41,7 @@ COMMANDBARFLYOUT
COMMONDATA
comparand
conemu
contosa
contosainstaller
contoso
COSTDEFERRED
cotaskmem
cpprest
Expand Down Expand Up @@ -69,6 +69,7 @@ denelon
depersist
differentpath
DIRECTONLY
DISMAPI
distro
dllmain
dotnet
Expand Down Expand Up @@ -143,6 +144,7 @@ INVALIDARG
INVALIDSID
iot
IPinning
ipmo
IPortable
ISAPPROVEDFOROUTPUT
IUnknown
Expand All @@ -163,6 +165,7 @@ MAKEINTRESOURCE
makemsix
MANIFESTSCHEMA
MANIFESTVERSION
meme
metadatas
Minimatch
Moq
Expand Down Expand Up @@ -210,6 +213,9 @@ packagefamilyname
packageidentifier
packagename
PACKAGESSCHEMA
paket
Params
params
parentidx
pathpart
Pathto
Expand All @@ -225,11 +231,14 @@ pinningindex
pipssource
Pkcs
portableindex
powertoys
pplx
ppv
PRECONFIG
preindexed
prepareforpackaging
prepopulate
prepopulated
prioritization
processthreadsapi
PRODUCTNAME
Expand All @@ -252,6 +261,7 @@ removemanifest
removepin
removeportablefile
repolibtest
requeue
rescap
resetpins
resheader
Expand Down Expand Up @@ -288,6 +298,7 @@ SHTDN
shtypes
signtool
silentwithprogress
Silverlight
simplesave
simpletest
sln
Expand Down Expand Up @@ -372,6 +383,7 @@ vcvars
vcxitems
VERYSILENT
VFT
visualstudio
VOS
vso
wapproj
Expand Down
Loading

0 comments on commit 6df6ded

Please sign in to comment.