Add .luacheckrc and fix warnings.

This commit is contained in:
Diego Martínez
2017-03-11 22:06:37 -03:00
parent 481ef9e2cd
commit 5d90e32196
4 changed files with 17 additions and 20 deletions

9
.luacheckrc Normal file
View File

@ -0,0 +1,9 @@
read_globals = {
"minetest",
"vector",
}
globals = {
"player_monoids",
}