1
0
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:
NatureFreshMilk
2019-10-08 08:14:03 +02:00
parent caa98d98b1
commit 285473d4fc
5 changed files with 27 additions and 12 deletions

View File

@ -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"
}