forked from Kitware/CMake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codespellrc
62 lines (60 loc) · 877 Bytes
/
.codespellrc
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
54
55
56
57
58
59
60
61
62
[codespell]
check-filenames =
check-hidden =
# Disable warnings about binary files
quiet-level = 2
builtin = clear,rare,en-GB_to_en-US
# Skip paths matching fnmatch glob patterns.
skip =
.git,
.typos.toml,
build,
Copyright.txt,
CTestCustom.cmake.in,
Modules/Internal/CPack/NSIS.template.in,
Source/CursesDialog/form/*,
Source/kwsys/*,
Tests/RunCMake/CPack/tests/DMG_SLA/German.*,
Tests/RunCMake/ParseImplicitData/*.input,
Tests/StringFileTest/test.utf8,
Utilities/cm*,
*.pfx,
# noqa: spellcheck off
ignore-words-list =
abd,
aci,
ags,
ake,
ans,
ba,
ccompiler,
cconfiguration,
certi,
conly,
copyin,
dependees,
dne,
dum,
earch,
ect,
filetest,
fo,
helpfull,
hiden,
isnt,
keypair,
nd,
ned,
nin,
nknown,
ot,
pard,
sectionin,
seh,
ser,
te,
upto,
varn,
vas,
wee,
# noqa: spellcheck on