1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-02-23 15:10:22 +01:00
pipeworks/.luacheckrc

18 lines
280 B
Plaintext
Raw Normal View History

2021-02-25 16:34:42 +00:00
unused_args = false
max_line_length= 240
redefined = false
std = "minetest+max"
2021-02-25 16:34:42 +00:00
globals = {
"pipeworks",
"luaentity"
}
read_globals = {
-- mods
"default", "mesecon", "digiline",
"screwdriver", "unified_inventory",
2024-03-03 06:37:46 -05:00
"i3", "mcl_experience", "awards",
"xcompat", "fakelib"
2021-02-25 16:34:42 +00:00
}