forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
37 lines (36 loc) · 892 Bytes
/
.typos.toml
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
# do not check code copied into the project
# do not check sha code, lots of hashing false positives
# do not check testing data
[files]
extend-exclude = [
"config/*",
"src/common/libev/*",
"src/common/libccan/*",
"src/common/liblsd/*",
"src/common/libtomlc99/*",
"src/common/libczmqcontainers/*",
"src/bindings/python/flux/utils/parsedatetime/*",
"t/sharness.sh",
"src/common/libutil/sha1.c",
"src/common/libutil/test/sha1.c",
"src/common/libutil/test/blobref.c",
"src/common/libmissing/*.[ch]",
"t/hwloc-data/*",
"doc/test/spell.en.pws",
"t/resource/resource.eventlog.*",
"t/sharness",
]
[default.extend-words]
# in hwloc output
hsi = "hsi"
# commonly used names/variables that aren't typos
fo = "fo"
ba = "ba"
inout = "inout"
trun = "trun"
fullset = "fullset"
mone = "mone"
requestor = "requestor"
requestors = "requestors"
clen = "clen"
WRONLY = "WRONLY"