add .uacheckrc file (thanks Niklp)

This commit is contained in:
tenplus1 2022-10-31 14:31:51 +00:00
parent 33beec64dc
commit edf846c34c
1 changed files with 20 additions and 0 deletions

20
.luacheckrc Normal file
View File

@ -0,0 +1,20 @@
unused_args = false
read_globals = {
"minetest",
"lucky_block",
"intllib",
"vector",
"table",
"invisibility",
"cmi",
"toolranks",
"pathfinder",
"tnt"
}
globals = {
"mobs",
"player_api",
"default"
}