chore: add _typos conf file

To avoid false positive when checking typo errors
This commit is contained in:
Yorick Barbanneau 2024-09-11 21:53:05 +02:00
parent 50cde0c259
commit e9d181fcb0

11
_typos.toml Normal file
View 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