Add .luacheckrc and fix warnings.

This commit is contained in:
Diego Martínez
2017-02-17 02:30:30 -03:00
parent 97fb251ad9
commit 89303b4a01
4 changed files with 20 additions and 15 deletions

7
.luacheckrc Normal file
View File

@ -0,0 +1,7 @@
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
}