From 965122406c6de22fcf80ca112bbcbbc9bdb836a5 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 29 Sep 2024 15:14:08 +0200 Subject: [PATCH] feat: exclude lua files check from typo --- _typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_typos.toml b/_typos.toml index a44fcd3..42bfc5c 100644 --- a/_typos.toml +++ b/_typos.toml @@ -9,3 +9,7 @@ edn = "edn" [type.images] extend-glob = ["*.png"] check-file = false + +[type.lua] +extend-glob = ["*.lua"] +check-file = false