feat: exclude lua files check from typo
This commit is contained in:
parent
5ff1e36a53
commit
965122406c
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ edn = "edn"
|
||||||
[type.images]
|
[type.images]
|
||||||
extend-glob = ["*.png"]
|
extend-glob = ["*.png"]
|
||||||
check-file = false
|
check-file = false
|
||||||
|
|
||||||
|
[type.lua]
|
||||||
|
extend-glob = ["*.lua"]
|
||||||
|
check-file = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue