1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2025-07-19 15:50:20 +02:00

add luacheck

This commit is contained in:
OgelGames
2021-12-08 21:38:52 +11:00
parent 30d0af57be
commit 58587b025f
2 changed files with 29 additions and 0 deletions

16
.luacheckrc Normal file
View File

@ -0,0 +1,16 @@
unused_args = false
globals = {
"minetest",
"signs_lib",
}
read_globals = {
-- Builtin
table = {fields = {"copy"}},
"ItemStack", "vector",
-- Mod deps
"intllib",
"screwdriver",
}