Add .luacheckrc and fix warnings.

This commit is contained in:
Diego Martínez
2017-03-01 01:05:53 -03:00
committed by Auke Kok
parent f5e6a7d181
commit 5caacf3019
6 changed files with 116 additions and 101 deletions

12
.luacheckrc Normal file
View File

@ -0,0 +1,12 @@
read_globals = {
"minetest",
"default",
"pipeworks",
"dump",
"VoxelArea",
}
globals = {
"digilines",
}