signs_lib/.luacheckrc

18 lines
216 B
Plaintext
Raw Normal View History

2021-12-08 11:38:52 +01:00
unused_args = false
2021-12-09 05:40:30 +01:00
max_line_length = 180
2021-12-08 11:38:52 +01:00
globals = {
"minetest",
"signs_lib",
}
read_globals = {
-- Builtin
table = {fields = {"copy"}},
"ItemStack", "vector",
-- Mod deps
"intllib",
"screwdriver",
}