forked from mtcontrib/scifi_nodes
add luacheckrc
This commit is contained in:
parent
4860c82137
commit
87f79ba3f2
21
.luacheckrc
Normal file
21
.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"mesecon"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"vector", "ItemStack",
|
||||
"dump",
|
||||
|
||||
-- optional deps
|
||||
"default", "stairsplus", "xpanes"
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user