Added luacheck

This commit is contained in:
AliasAlreadyTaken 2023-05-08 09:34:30 +02:00
parent 679023774d
commit a2079ec16a
1 changed files with 13 additions and 0 deletions

13
.luacheckrc Normal file
View File

@ -0,0 +1,13 @@
unused_args = true
allow_defined_top = false
globals = {
"minetest",
"core",
"yl_matterbridge"
}
read_globals = {
-- Builtin
"dump", "DIR_DELIM"
}