tutor/.luacheckrc
Auke Kok 3b8bdb49e5 Use player attributes.
Removes the need for datastorage entirely (yay).

Also adds .luacheck and makes it luacheck clean.
2017-02-26 23:49:25 -08:00

15 lines
217 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"intllib",
"default",
}