Add .luacheckrc.

This commit is contained in:
Diego Martínez
2017-02-16 03:42:49 -03:00
committed by ShadowNinja
parent 06932a6b00
commit 83ad5f580a
2 changed files with 9 additions and 1 deletions

8
.luacheckrc Normal file
View File

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