farlands_reloaded/.luacheckrc
2021-05-27 19:23:44 -04:00

20 lines
380 B
Lua

unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
--mod produced
"fl_dyes", "fl_hand", "fl_tools", "fl_workshop", "mobkit",
}