1
0
mirror of https://github.com/MinetestForFun/mysql_auth.git synced 2025-07-19 16:10:21 +02:00

Add Travis CI and LuaCheck (#8)

This commit is contained in:
David Leal
2020-05-12 19:33:58 -05:00
committed by GitHub
parent d9fecd3b16
commit 4dc66c721c
5 changed files with 28 additions and 3 deletions

15
.luacheckrc Normal file
View File

@ -0,0 +1,15 @@
unused_args = false
allow_defined_top = true
max_line_length = 999
globals ={
"minetest",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"mysql_base",
"core", "dump",
}