yl_matterbridge/.luacheckrc

14 lines
169 B
Plaintext
Raw Normal View History

2023-05-08 07:34:30 +00:00
unused_args = true
allow_defined_top = false
globals = {
"minetest",
"core",
"yl_matterbridge"
}
read_globals = {
-- Builtin
"dump", "DIR_DELIM"
}