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:
15
.luacheckrc
Normal file
15
.luacheckrc
Normal 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",
|
||||
}
|
Reference in New Issue
Block a user