mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-14 22:10:25 +02:00
stricter luacheck (no globals) / travis ci file
This commit is contained in:
11
.luacheckrc
11
.luacheckrc
@ -1,9 +1,7 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"mesecon"
|
||||
"scifi_nodes"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
@ -16,6 +14,11 @@ read_globals = {
|
||||
"dump",
|
||||
|
||||
-- optional deps
|
||||
"default", "stairsplus", "xpanes", "screwdriver"
|
||||
"default",
|
||||
"stairsplus",
|
||||
"xpanes",
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"mesecon"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user