1
0
mirror of https://github.com/MinetestForFun/minercantile.git synced 2025-07-26 03:40:18 +02:00

Add Travis CI and LuaCheck (#5)

This commit is contained in:
David Leal
2020-05-12 19:32:23 -05:00
committed by GitHub
parent 29fe3ac467
commit 70a485f793
5 changed files with 33 additions and 8 deletions

15
.luacheckrc Normal file
View 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",
}