1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-20 19:30:21 +02:00
pipeworks/.luacheckrc
2024-06-18 06:20:51 +02:00

18 lines
280 B
Lua

unused_args = false
max_line_length= 240
redefined = false
std = "minetest+max"
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- mods
"default", "mesecon", "digiline",
"screwdriver", "unified_inventory",
"i3", "mcl_experience", "awards",
"xcompat", "fakelib"
}