add .uacheckrc file (thanks Niklp)
This commit is contained in:
parent
33beec64dc
commit
edf846c34c
20
.luacheckrc
Normal file
20
.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
unused_args = false
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
"minetest",
|
||||||
|
"lucky_block",
|
||||||
|
"intllib",
|
||||||
|
"vector",
|
||||||
|
"table",
|
||||||
|
"invisibility",
|
||||||
|
"cmi",
|
||||||
|
"toolranks",
|
||||||
|
"pathfinder",
|
||||||
|
"tnt"
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
"mobs",
|
||||||
|
"player_api",
|
||||||
|
"default"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user