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
102
102
errormetadatafile
103
103
noresult
104
104
pluginsmanager
105
- alreadyexists
105
+ alreadyexists
106
+ JsonRPC
107
+ JsonRPCV2
Original file line number Diff line number Diff line change 118
118
119
119
# UWP
120
120
[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 73
73
steps :
74
74
- name : check-spelling
75
75
id : spelling
76
- uses : check-spelling/check-spelling@v0.0.22
76
+ uses : check-spelling/check-spelling@prerelease
77
77
with :
78
78
suppress_push_for_open_pull_request : 1
79
79
checkout : true
91
91
extra_dictionaries :
92
92
cspell:software-terms/dict/softwareTerms.txt
93
93
cspell:win32/src/win32.txt
94
- cspell:php/src/php.txt
95
94
cspell:filetypes/filetypes.txt
96
95
cspell:csharp/csharp.txt
97
- cspell:dotnet/src /dotnet.txt
96
+ cspell:dotnet/dict /dotnet.txt
98
97
cspell:python/src/common/extra.txt
99
98
cspell:python/src/python/python-lib.txt
100
99
cspell:aws/aws.txt
@@ -130,7 +129,7 @@ jobs:
130
129
if : (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
131
130
steps :
132
131
- name : comment
133
- uses : check-spelling/check-spelling@v0.0.22
132
+ uses : check-spelling/check-spelling@prerelease
134
133
with :
135
134
checkout : true
136
135
spell_check_this : check-spelling/spell-check-this@main
You can’t perform that action at this time.
0 commit comments