1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00
Files
pipeworks/.luacheckrc
2025-06-26 17:41:04 +10:00

20 lines
387 B
Lua

unused_args = false
max_line_length= 240
redefined = false
std = "minetest+max"
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- remove after luacheck release: https://github.com/lunarmodules/luacheck/issues/121
"core",
-- mods
"default", "mesecon", "digilines",
"screwdriver", "unified_inventory",
"i3", "mcl_experience", "awards",
"xcompat", "fakelib", "vizlib"
}