-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcodebook.toml
More file actions
45 lines (45 loc) · 740 Bytes
/
codebook.toml
File metadata and controls
45 lines (45 loc) · 740 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
dictionaries = [
"en_gb",
"en_us",
]
words = [
"chdir",
"checkboxes",
"coderabbit",
"customisable",
"direntry",
"filelist",
"filesize",
"halfcell",
"infolist",
"isdir",
"keybind",
"msedit",
"namelist",
"natsort",
"pathlib",
"pdftocairo",
"pprint",
"psutil",
"puremagic",
"remime",
"resvg",
"rmtree",
"scandir",
"sixel",
"tabline",
"textual",
"winerror",
"zoxide",
]
ignore_paths = ["codebook.toml"]
ignore_patterns = [
'(?i:textual)[^\s]+',
'\\n[^\s]+',
'(?i:renderabl)([^\s]+|[^\n]+)',
'CON([^\$]+|[^\s]+)',
'(?i:checkbo)[^\s]+',
'(?i:pdf)[^\s]+',
'(?i:popple)[^\s]+',
]
min_word_length = 5