1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-14 16:30:26 +02:00
pipeworks/.luacheckrc

18 lines
290 B
Plaintext
Raw Permalink Normal View History

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