luacheck and stuff

This commit is contained in:
OgelGames
2024-05-15 18:52:02 +10:00
parent a5ad426c8a
commit e6ed62e939
5 changed files with 50 additions and 0 deletions

13
.luacheckrc Normal file
View File

@ -0,0 +1,13 @@
globals = {
"fakelib",
}
read_globals = {
"minetest",
"dump",
"table.copy",
"ItemStack",
"vector",
"math.round",
}