test(typos): ignore png images
This commit is contained in:
parent
674d531d32
commit
b19b93e39c
3 changed files with 15 additions and 11 deletions
|
@ -5,3 +5,7 @@ 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