particlefountain/.luacheckrc

15 lines
187 B
Plaintext
Raw Permalink Normal View History

2019-11-08 02:55:59 -08:00
globals = {
"minetest"
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"vector", "ItemStack",
"dump", "VoxelArea"
}