File tree 6 files changed +32
-22
lines changed
6 files changed +32
-22
lines changed Original file line number Diff line number Diff line change 1
1
<!-- See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-advice --> <!-- markdownlint-disable MD033 MD041 -->
2
- <details ><summary >If the flagged items do not appear to be text </summary >
2
+ <details ><summary >If the flagged items are false positives </summary >
3
3
4
4
If items relate to a ...
5
+ * binary file (or some other file you wouldn't want to check at all).
6
+
7
+ Please add a file path to the ` excludes.txt ` file matching the containing file.
8
+
9
+ File paths are Perl 5 Regular Expressions - you can [ test] (
10
+ https://www.regexplanet.com/advanced/perl/ ) yours before committing to verify it will match your files.
11
+
12
+ ` ^ ` refers to the file's path from the root of the repository, so ` ^README\.md$ ` would exclude [ README.md] (
13
+ ../tree/HEAD/README.md) (on whichever branch you're using).
14
+
5
15
* well-formed pattern.
6
16
7
17
If you can write a [ pattern] ( https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns ) that would match it,
@@ -12,14 +22,4 @@ https://www.regexplanet.com/advanced/perl/) yours before committing to verify it
12
22
13
23
Note that patterns can't match multiline strings.
14
24
15
- * binary file.
16
-
17
- Please add a file path to the ` excludes.txt ` file matching the containing file.
18
-
19
- File paths are Perl 5 Regular Expressions - you can [ test] (
20
- https://www.regexplanet.com/advanced/perl/ ) yours before committing to verify it will match your files.
21
-
22
- ` ^ ` refers to the file's path from the root of the repository, so ` ^README\.md$ ` would exclude [ README.md] (
23
- ../tree/HEAD/README.md) (on whichever branch you're using).
24
-
25
25
</details >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ ignore$
71
71
^src/modules/previewpane/UnitTests-MarkdownPreviewHandler/HelperFiles/MarkdownWithHTMLImageTag.txt$
72
72
^tools/CleanUp_tool/CleanUp_tool\.vcxproj\.filters$
73
73
^tools/Verification scripts/Check preview handler registration\.ps1$
74
- ^\.github/
75
74
^\.github/actions/spell-check/
76
75
^\.gitmodules$
76
+ ^\Q.github/workflows/spelling2.yml\E$
77
77
^\Q.pipelines/ESRPSigning_core.json\E$
Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ dcomp
393
393
dcompi
394
394
DComposition
395
395
ddf
396
- DDLM
397
396
Deact
398
397
debian
399
398
debugbreak
@@ -978,6 +977,7 @@ IVirtual
978
977
IWbem
979
978
IWIC
980
979
iwindow
980
+ iwr
981
981
IXml
982
982
IYUV
983
983
IZone
@@ -1292,7 +1292,6 @@ MYTZ
1292
1292
NAMECHANGE
1293
1293
nameof
1294
1294
namespace
1295
- namespaceanddescendants
1296
1295
Navassa
1297
1296
naveensrinivasan
1298
1297
NCACTIVATE
@@ -1403,6 +1402,7 @@ NUMLOCK
1403
1402
NUMPAD
1404
1403
Nunavut
1405
1404
Nusa
1405
+ nushell
1406
1406
nwc
1407
1407
NWSE
1408
1408
Objbase
@@ -1726,7 +1726,6 @@ Rsp
1726
1726
rst
1727
1727
Rstrtmgr
1728
1728
RTB
1729
- RTCS
1730
1729
RTLREADING
1731
1730
RTSS
1732
1731
runas
@@ -2078,6 +2077,7 @@ TYPESHORTCUT
2078
2077
UAC
2079
2078
UAL
2080
2079
uap
2080
+ ubuntu
2081
2081
udit
2082
2082
Udk
2083
2083
Udmurtia
@@ -2262,6 +2262,7 @@ winexe
2262
2262
winforms
2263
2263
winfx
2264
2264
winget
2265
+ wingetcreate
2265
2266
Winhook
2266
2267
winkey
2267
2268
WINL
@@ -2369,6 +2370,7 @@ YVYU
2369
2370
Zabaykalsky
2370
2371
ZEROINIT
2371
2372
ZIndex
2373
+ zipfile
2372
2374
zonable
2373
2375
ZONECOLOR
2374
2376
ZONEHIGHLIGHTCOLOR
Original file line number Diff line number Diff line change 14
14
\bMicroSoft\b
15
15
16
16
# s.b. another
17
- \ban other\b
17
+ \ban[- ]other\b
18
+
19
+ # s.b. greater than
20
+ \bgreater then\b
21
+
22
+ # s.b. less than
23
+ \bless then\b
18
24
19
25
# s.b. otherwise
20
- \bother wise\b
26
+ \bother[- ] wise\b
21
27
22
28
# s.b. nonexistent
23
29
\bnon existing\b
30
+ \b[Nn]o[nt][- ]existent\b
24
31
25
32
# s.b. preexisting
26
33
[Pp]re-existing
Original file line number Diff line number Diff line change 1
1
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
2
+
2
3
https?://(?:(?:www\.|)youtube\.com|youtu.be)/[-a-zA-Z0-9?&=]*
3
4
# GitHub SHAs
4
5
\bapi.github\.com/repos/[^/]+/[^/]+/[^/]+/[0-9a-f]+\b
@@ -104,7 +105,12 @@ http://tes/
104
105
# tar arguments
105
106
\b(?:\\n|)tar(?:\s+-[a-zA-Z]+|\s[a-z]+)+
106
107
108
+ # fabricbot.json
109
+ "id": "\S+"
110
+ "commentPattern": ".*"
111
+
107
112
# acceptable duplicates
113
+ # ls directory listings
108
114
# /bin/ls -l output
109
115
[-bcdlpsw](?:[-r][-w][-sx]){3}\s+\d+\s+(\S+)\s+\g{-1}\s+\d+\s+
110
116
# C types
Original file line number Diff line number Diff line change 51
51
config : .github/actions/spell-check
52
52
checkout : true
53
53
task : ${{ needs.spelling.outputs.followup }}
54
- extra_dictionaries :
55
- cspell:filetypes/filetypes.txt
56
- cspell:html/html.txt
57
- cspell:css/css.txt
58
- check_extra_dictionaries : ' '
You can’t perform that action at this time.
0 commit comments