digtron/.luacheckrc
OgelGames 9697db788f
Replace fake player code with fakelib (#101)
* replace fake player with fakelib

* update luacheck workflow

* remove depends.txt and description.txt

* mention fakelib in readme
2024-05-24 13:15:51 +02:00

30 lines
292 B
Lua

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
}
}