1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-15 06:40:28 +01:00
scifi_nodes/.luacheckrc

26 lines
300 B
Plaintext
Raw Normal View History

std = "min+minetest"
2019-09-05 08:37:01 +02:00
unused_args = false
2022-12-03 18:34:23 +01:00
max_line_length = 180
2019-09-05 08:37:01 +02:00
globals = {
"scifi_nodes"
2019-09-05 08:37:01 +02:00
}
read_globals = {
-- optional deps
"advtrains",
"default",
"stairsplus",
"xpanes",
"screwdriver",
"minetest",
2020-05-23 20:03:36 +02:00
"mesecon",
"unifieddyes",
"letters",
"signs_api",
2024-01-29 17:26:15 +01:00
"stealthnode",
"slats",
"mtt"
2019-09-05 08:37:01 +02:00
}