-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_typos.toml
More file actions
35 lines (32 loc) · 754 Bytes
/
_typos.toml
File metadata and controls
35 lines (32 loc) · 754 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
[default]
# Extend the default identifier and word lists
extend-identifiers = { }
[default.extend-words]
# Technical terms commonly used in this blog
"Zvenyach" = "Zvenyach"
"vdavez" = "vdavez"
"hugo" = "hugo"
"netlify" = "netlify"
"tailwindcss" = "tailwindcss"
"postcss" = "postcss"
"webapp" = "webapp"
"repo" = "repo"
"repos" = "repos"
"config" = "config"
"configs" = "configs"
[files]
# Extend the default list of files to check
extend-exclude = [
"themes/",
"public/",
"resources/",
"*.min.js",
"*.min.css",
"package-lock.json",
"hugo_stats.json",
"assets/js/commento.js",
"**/2017-02-13-public-burden-research-redux.md"
]
[type.markdown]
# Be more lenient with markdown files as they contain blog content
extend-glob = ["*.md"]