digtron/.luacheckrc

30 lines
292 B
Plaintext
Raw Normal View History

max_line_length = 200
globals = {
"digtron",
"catacomb"
}
read_globals = {
-- Minetest
"minetest",
"vector",
"ItemStack",
-- Mods
"default",
"awards",
"pipeworks",
"hopper",
"technic",
"doc",
"intllib",
"fakelib",
}
files = {
["doc.lua"] = {
max_line_length = 1000
}
}