-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.typos.toml
More file actions
47 lines (43 loc) · 1012 Bytes
/
.typos.toml
File metadata and controls
47 lines (43 loc) · 1012 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
[files]
extend-exclude = [
".git/",
"docs/src/_static/css/fontawesome.min.css",
"docs/CHANGELOG.rst",
"docs/README_*",
"libs/",
"scripts/gen_json/create_fake_lib_c.py",
"src/libs/",
"zephyr/Kconfig",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"\\bser[^a-z]",
"\\bfle[^a-z]",
'"Lorem ipsum .*"',
"Nam consectetur",
"U\\+[0-9A-F]{4}",
'\{ "[a-z]+", "[^ -~]+" \},',
"`[0-9a-f]{7} <https://\\S+>`__",
"Rename lv_chart_clear_serie",
"rename LV_ROLLER_MODE_INIFINITE",
"CARD_INFO_SET\\(&img_multilang_avatar_.*\\)",
"ist",
"ACI\\)",
"ACI \\(",
"PNGs",
"STRUCT_FIELDs",
]
extend-ignore-identifiers-re = [
"sme_.+",
]
[default.extend-words]
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html
"loca" = "loca"
"viewe" = "viewe"
[default.extend-identifiers]
"aout_p" = "aout_p"
"PN" = "PN"
"thr_tick" = "thr_tick"
"VGLITE_BLIT_SPLIT_THR" = "VGLITE_BLIT_SPLIT_THR"
"yout" = "yout"