mirror of
https://github.com/MinetestForFun/minercantile.git
synced 2025-07-20 17:00:24 +02:00
Add Travis CI and LuaCheck
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 = {
|
||||
"minercantile",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"minetest", "ItemStack",
|
||||
"default", "unified_inventory",
|
||||
}
|
Reference in New Issue
Block a user