From 235e02b0bea45470c1ed5a94090cd063b8470861 Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Tue, 2 Jun 2020 09:37:18 +0200 Subject: [PATCH] Add `maptools` to the list of Luacheck globals (#19) Co-authored-by: BuckarooBanzay --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 4bfca2a..a507374 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -3,6 +3,10 @@ unused_args = false allow_defined_top = true max_line_length = 90 +globals = { + "maptools" +} + stds.minetest = { read_globals = { "DIR_DELIM",