File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -102,4 +102,6 @@ Preinstalled
102102errormetadatafile
103103noresult
104104pluginsmanager
105- alreadyexists
105+ alreadyexists
106+ JsonRPC
107+ JsonRPCV2
Original file line number Diff line number Diff line change 118118
119119# UWP
120120[Uu][Ww][Pp]
121+
122+ # version suffix <word>v#
123+ (?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_]))
Original file line number Diff line number Diff line change 7373 steps :
7474 - name : check-spelling
7575 id : spelling
76- uses : check-spelling/check-spelling@v0.0.22
76+ uses : check-spelling/check-spelling@prerelease
7777 with :
7878 suppress_push_for_open_pull_request : 1
7979 checkout : true
9191 extra_dictionaries :
9292 cspell:software-terms/dict/softwareTerms.txt
9393 cspell:win32/src/win32.txt
94- cspell:php/src/php.txt
9594 cspell:filetypes/filetypes.txt
9695 cspell:csharp/csharp.txt
97- cspell:dotnet/src /dotnet.txt
96+ cspell:dotnet/dict /dotnet.txt
9897 cspell:python/src/common/extra.txt
9998 cspell:python/src/python/python-lib.txt
10099 cspell:aws/aws.txt
@@ -130,7 +129,7 @@ jobs:
130129 if : (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
131130 steps :
132131 - name : comment
133- uses : check-spelling/check-spelling@v0.0.22
132+ uses : check-spelling/check-spelling@prerelease
134133 with :
135134 checkout : true
136135 spell_check_this : check-spelling/spell-check-this@main
You can’t perform that action at this time.
0 commit comments