-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #455 from jsoref/spell-check
Use check-spelling/[email protected]
- Loading branch information
Showing
20 changed files
with
359 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# check-spelling/check-spelling configuration | ||
|
||
File | Purpose | Format | Info | ||
-|-|-|- | ||
[allow/*.txt](allow/) | Add words to the dictionary | one word per line (only letters and `'`s allowed) | [allow](https://github.com/check-spelling/check-spelling/wiki/Configuration#allow) | ||
[reject.txt](reject.txt) | Remove words from the dictionary (after allow) | grep pattern matching whole dictionary words | [reject](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-reject) | ||
[excludes.txt](excludes.txt) | Files to ignore entirely | perl regular expression | [excludes](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-excludes) | ||
[only.txt](only.txt) | Only check matching files (applied after excludes) | perl regular expression | [only](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-only) | ||
[patterns/*.txt](patterns/) | Patterns to ignore from checked lines | perl regular expression (order matters, first match wins) | [patterns](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-patterns) | ||
[line_forbidden.patterns](line_forbidden.patterns) | Patterns to flag in checked lines | perl regular expression (order matters, first match wins) | [patterns](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-patterns) | ||
[expect/*.txt](expect/) | Expected words that aren't in the dictionary | one word per line (sorted, alphabetically) | [expect](https://github.com/check-spelling/check-spelling/wiki/Configuration#expect) | ||
[advice.md](advice.md) | Supplement for GitHub comment when unrecognized words are found | GitHub Markdown | [advice](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-advice) | ||
|
||
Note: you can replace any of these files with a directory by the same name (minus the suffix) | ||
and then include multiple files inside that directory (with that suffix) to merge multiple files together. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,8 @@ miniksa | |
niksa | ||
nvaccess | ||
nvda | ||
NVIDIA | ||
nvidia | ||
oising | ||
oldnewthing | ||
opengl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
.github/actions/spelling/expect/a8b78567ce8ab7b822a17875715eb4c65eb70712.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
avx | ||
blt | ||
Cdecl | ||
cfg | ||
cic | ||
CJK | ||
CLSID | ||
CStyle | ||
Ctor | ||
ctx | ||
debian | ||
dedupe | ||
directx | ||
dirs | ||
Dtor | ||
EOL | ||
equ | ||
Etw | ||
Fallthrough | ||
Finalizer | ||
findall | ||
GDI | ||
gpus | ||
Greader | ||
hdiv | ||
HKEY | ||
HMODULE | ||
hmul | ||
HRESULT | ||
hsub | ||
HWND | ||
ichar | ||
IID | ||
ilist | ||
Interop | ||
ivalue | ||
KConfig | ||
keepdim | ||
LNK | ||
LNOp | ||
mega | ||
mip | ||
mul | ||
Multiline | ||
nvidia | ||
PPV | ||
PRECOMP | ||
preload | ||
PROCS | ||
RASTERIZATION | ||
readline | ||
READONLY | ||
Redist | ||
reducel | ||
SELECTANY | ||
sfinae | ||
shl | ||
stri | ||
Swappable | ||
tkey | ||
Tlen | ||
topkconf | ||
topkop | ||
tstr | ||
ULONG | ||
unescape | ||
Unittest | ||
vgpr | ||
wgp | ||
WINNT | ||
XAZ | ||
yaml |
Oops, something went wrong.