1
0
mirror of https://github.com/minetest-mods/maptools.git synced 2025-06-30 14:20:22 +02:00

Add maptools to the list of Luacheck globals (#19)

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2020-06-02 09:37:18 +02:00
committed by GitHub
parent e6f61c31ce
commit 235e02b0be

@ -3,6 +3,10 @@ unused_args = false
allow_defined_top = true allow_defined_top = true
max_line_length = 90 max_line_length = 90
globals = {
"maptools"
}
stds.minetest = { stds.minetest = {
read_globals = { read_globals = {
"DIR_DELIM", "DIR_DELIM",