Luacheck cleanup

This commit is contained in:
Jean-Patrick Guerrero
2021-01-23 20:54:49 +01:00
parent 1391bad8eb
commit 586b8da9de
2 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,9 @@
unused_args = false
allow_defined_top = true
ignore = {
"get_debug_grid",
}
read_globals = {
"minetest",
"default",
@ -14,6 +17,6 @@ read_globals = {
}
globals = {
"craftguide",
"i3",
"core",
}