Fix remaining luacheck warnings

This commit is contained in:
Hugues Ross
2020-06-10 20:10:15 -04:00
parent 9099390842
commit 412e214f88
3 changed files with 16 additions and 11 deletions

View File

@ -30,3 +30,8 @@ read_globals = {
}
},
}
files["init.lua"] = {
globals = {
"cartographer",
}
};