forked from logseq/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypos.toml
More file actions
27 lines (26 loc) · 752 Bytes
/
typos.toml
File metadata and controls
27 lines (26 loc) · 752 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
[default.extend-words]
# Technical words
edn = "edn"
datas = "datas"
juxt = "juxt"
Ded = "Ded" # Shows up in ANDed
referer = "referer" # This is a misspelling in the http spec so not much we can do
# False positives
collapsable = "collapsable" # This an ok alternative to collapsible
BA = "BA"
fo = "fo"
aks = "aks"
Mannor = "Mannor"
nd = "nd"
deleteable = "deleteable"
fom = "fom"
tne = "tne"
Damon = "Damon"
[files]
extend-exclude = ["resources/*",
"src/resources/*",
"scripts/resources/*",
"src/test/fixtures/*",
"deps/db-sync/test/logseq/db_sync/fixtures/*.edn",
"clj-e2e/resources/*",
"deps/common/src/logseq/common/plural.cljs"]