Added luacheck
This commit is contained in:
parent
679023774d
commit
a2079ec16a
13
.luacheckrc
Normal file
13
.luacheckrc
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
unused_args = true
|
||||||
|
allow_defined_top = false
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
"minetest",
|
||||||
|
"core",
|
||||||
|
"yl_matterbridge"
|
||||||
|
}
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
-- Builtin
|
||||||
|
"dump", "DIR_DELIM"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user