mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-06-28 22:26:02 +02:00
Add Continuous Integration and LuaCheck (#71)
All warnings have been fixed as well.
This commit is contained in:
13
.luacheckrc
Normal file
13
.luacheckrc
Normal file
@ -0,0 +1,13 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
globals = {
|
||||
"minetest", "unified_inventory", "core",
|
||||
"player_api", "clothing", "armor", "sfinv",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
}
|
Reference in New Issue
Block a user