32 lines
450 B
Lua
32 lines
450 B
Lua
unused_args = false
|
|
max_line_length = 999
|
|
|
|
globals = {
|
|
"minetest", "lavastuff", "armor",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- MTG
|
|
"default", "sfinv", "creative", "stairs",
|
|
|
|
-- MC2
|
|
"mcl_sounds",
|
|
|
|
-- Nodecore
|
|
"nodecore",
|
|
|
|
-- Other mods
|
|
"stairsplus", "toolranks",
|
|
}
|
|
|
|
exclude_files = {
|
|
".luacheckrc",
|
|
}
|