-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcspell.json
More file actions
53 lines (53 loc) · 934 Bytes
/
cspell.json
File metadata and controls
53 lines (53 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"version": "0.2",
"files": [
"/**"
],
"ignorePaths": [
"/.git/",
"src/mingw-unicode.c"
],
"dictionaryDefinitions": [],
"dictionaries": [],
"enableGlobDot": true,
"words": [
"choco",
"cpptools",
"devcontainers",
"dockcross",
"endgroup",
"fileop",
"gcov",
"gcovr",
"mapfile",
"mklink",
"msys",
"noncode",
"popd",
"pushd",
"STREQUAL",
"venv",
"windres"
],
"ignoreWords": [
"WINXP",
"endforeach",
"endfunction",
"noninteractive",
"operationcopy",
"seunlanlege"
],
"ignoreRegExpList": [
// GH actions
"uses: [^\\s]+/[^\\s]+@[^\\s]+",
// Options
"--[a-z0-9-]+",
// CMAKE and GCC defines
"-DCMAKE[A-Z_]*",
"-DN?DEBUG",
// Functions
"tcs[a-z]+",
"[a-z]+printf"
],
"import": []
}