1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2026-01-01 14:15:33 +01:00
Files
pipeworks/.luacheckrc
2025-12-26 15:24:47 -05:00

21 lines
405 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",
"mcl_redstone",
}