1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-27 14:30:20 +02:00
signs_lib/.luacheckrc

17 lines
214 B
Plaintext
Raw Normal View History

unused_args = false
max_line_length = 180
globals = {
"minetest",
"signs_lib",
}
read_globals = {
-- Builtin
table = {fields = {"copy"}},
2022-02-07 13:54:55 +01:00
"ItemStack", "vector", "default",
-- Mod deps
"screwdriver",
}