Luacheck: make this a bit more useful by adding common symbols.

This commit is contained in:
Auke Kok 2017-12-06 21:16:40 -08:00
förälder 9d4ac9bd9a
incheckning eabd237252
1 ändrade filer med 3 tillägg och 0 borttagningar

Visa fil

@ -4,7 +4,9 @@ allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"unpack",
"dump",
table = { fields = { "copy", "getn" } },
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
@ -17,6 +19,7 @@ read_globals = {
"mesecon",
"unifieddyes",
"creative",
"homedecor_i18n",
}
globals = {