1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2025-01-12 00:30:22 +01:00
signs_lib/.luacheckrc

18 lines
216 B
Plaintext
Raw Normal View History

unused_args = false
max_line_length = 180
globals = {
"minetest",
"signs_lib",
}
read_globals = {
-- Builtin
table = {fields = {"copy"}},
"ItemStack", "vector",
-- Mod deps
"intllib",
"screwdriver",
}