mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-28 22:26:37 +02:00
upgrade luacheck workflow and define std
This commit is contained in:
10
.luacheckrc
10
.luacheckrc
@ -1,3 +1,5 @@
|
||||
std = "min+minetest"
|
||||
|
||||
unused_args = false
|
||||
max_line_length = 180
|
||||
|
||||
@ -6,14 +8,6 @@ globals = {
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"vector", "ItemStack",
|
||||
"dump",
|
||||
|
||||
-- optional deps
|
||||
"advtrains",
|
||||
"default",
|
||||
|
Reference in New Issue
Block a user