add "maptools" as global variable in luacheck-rc

This commit is contained in:
BuckarooBanzay 2020-06-01 17:01:01 +02:00
parent 4683434e0a
commit 646d8e60ac
1 changed files with 4 additions and 0 deletions

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",