forked from live-codes/livecodes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtypos.toml
31 lines (27 loc) · 819 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
# Check config spec at https://github.com/crate-ci/typos/blob/master/docs/reference.md
[files]
ignore-vcs = true # Respect .gitignore
extend-exclude = [
"src/livecodes/i18n/locales/**/*.ts", # Ignore locale files
"src/livecodes/i18n/locales/**/*.lokalise.json", # Ignore locale files
"src/livecodes/services/google-fonts.ts", # Font name
"src/livecodes/templates/starter/blockly-starter.ts", # Random string id
]
[default]
extend-ignore-re = [
"\\/.+\\/", # Regex literal
"\\[[0-9a-fA-F]{7}\\]", # Git short hash
]
[default.extend-words]
styl = "styl"
edn = "edn"
darcula = "darcula"
Darcula = "Darcula"
IIF = "IIF"
xdescribe = "xdescribe"
arange = "arange"
touchs = "touchs"
decid = "decid"
[type.svg]
# Skip check contents for svg files
check-file = false