nether/.luacheckrc
Treer 44e68d809d Update .luacheckrc and fix warnings
Changes to reduce formatting warnings will be committed separately
2020-02-15 16:04:00 +11:00

31 lines
381 B
Lua

unused_args = false
allow_defined_top = true
globals = {
"nether"
}
read_globals = {
"core",
"default",
"DIR_DELIM",
"dump",
"dungeon_loot",
"intllib",
"ItemStack",
"loot",
"math.hypot",
"mesecon",
"minetest",
"nodeupdate",
"PcgRandom",
"PseudoRandom",
"stairs",
"stairsplus",
table = { fields = { "copy", "getn" } },
"vector",
"VoxelArea",
"VoxelManip",
}