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

View File

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