1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-16 17:30:26 +02:00
pipeworks/.luacheckrc
2024-05-27 00:31:04 +10:00

27 lines
430 B
Lua

unused_args = false
max_line_length= 240
redefined = false
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"vector", "ItemStack",
"dump", "minetest",
"VoxelManip", "VoxelArea",
-- mods
"default", "mesecon", "digiline",
"screwdriver", "unified_inventory",
"i3", "mcl_experience", "awards",
"xcompat", "fakelib",
}