1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-12-27 23:55:22 +01:00
Files
pipeworks/.luacheckrc
wsor4035 fe55ac970c fix mineclonia support (#183)
* fix mineclonia support

* fix luacheck

---------

Co-authored-by: codiac <codiac@inbox.lv>
2025-12-26 23:24:20 -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",
}