Skip to content

Commit 792250d

Browse files
committed
test: add spell checking test
1 parent 836380b commit 792250d

2 files changed

Lines changed: 104 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tasks:
3838
{{end}}
3939
4040
- ~/vcpkg/vcpkg format-manifest ./test/vcpkg.json ./test_install/vcpkg.json
41+
- npx -y cspell lint --no-progress --show-suggestions
4142

4243
clean: |
4344
{{if eq OS "windows"}}

cspell.config.yaml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
version: "0.2"
2+
files:
3+
- "**/*"
4+
ignorePaths:
5+
- pnpm-lock.yaml
6+
- .git/
7+
- dist/
8+
useGitignore: true
9+
language: en, en-GB
10+
allowCompoundWords: true
11+
enableGlobDot: true
12+
words:
13+
- aarch
14+
- aminya
15+
- anotherproj
16+
- applellvm
17+
- ARGN
18+
- asan
19+
- buildtools
20+
- ccache
21+
- ccmake
22+
- choco
23+
- cmake
24+
- cmakelint
25+
- cmds
26+
- cond
27+
- CPATH
28+
- Cppcheck
29+
- cppcoreguidelines
30+
- CPPFLAGS
31+
- cpprc
32+
- ctest
33+
- Cuda
34+
- DCMAKE
35+
- deps
36+
- DOPT
37+
- dyld
38+
- dylib
39+
- Eigen
40+
- fargs
41+
- fcolor
42+
- fdiagnostics
43+
- ftime
44+
- gcovr
45+
- Graphviz
46+
- hwrap
47+
- kcov
48+
- LDFLAGS
49+
- libc
50+
- libcuda
51+
- libstdc
52+
- LPSTR
53+
- LPWSTR
54+
- mdfile
55+
- msbuild
56+
- msvc
57+
- msys
58+
- multilib
59+
- mylib
60+
- myprogram
61+
- myproj
62+
- myproject
63+
- nothrow
64+
- nvcc
65+
- Opencppcoverage
66+
- pargs
67+
- pnpm
68+
- pwsh
69+
- rmrf
70+
- rpath
71+
- sccache
72+
- setx
73+
- shlib
74+
- suppr
75+
- TOLOWER
76+
- ubsan
77+
- vcpkg
78+
- vcvarsall
79+
- visualc
80+
- visualcpp
81+
- VSCMD
82+
- VSINSTALLDIR
83+
- vsversion
84+
- Wcast
85+
- Wconversion
86+
- Wdouble
87+
- Wduplicated
88+
- Werror
89+
- Weverything
90+
- Wextra
91+
- Wformat
92+
- Wlogical
93+
- Wmisleading
94+
- Wnon
95+
- Wnull
96+
- Woverloaded
97+
- Wpedantic
98+
- Wshadow
99+
- Wsign
100+
- Wunused
101+
- Wuseless
102+
- xcrun
103+
- Yahyaabadi

0 commit comments

Comments
 (0)