chore: add _typos conf file
To avoid false positive when checking typo errors
This commit is contained in:
parent
50cde0c259
commit
e9d181fcb0
1 changed files with 11 additions and 0 deletions
11
_typos.toml
Normal file
11
_typos.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[default]
|
||||||
|
# Ignore string that look like colors definitions
|
||||||
|
extend-ignore-re = ['[a-fA-F0-9]{6}']
|
||||||
|
|
||||||
|
[default.extend-words]
|
||||||
|
doas = "doas"
|
||||||
|
edn = "edn"
|
||||||
|
|
||||||
|
[type.images]
|
||||||
|
extend-glob = ["*.png"]
|
||||||
|
check-file = false
|
Loading…
Add table
Add a link
Reference in a new issue