2021-02-10 02:16:56 +11:00
|
|
|
unused_args = false
|
|
|
|
max_line_length = 300 -- TODO: fix line lengths
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"minetest",
|
|
|
|
"digistuff",
|
|
|
|
"digilines",
|
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
-- Builtin
|
|
|
|
table = {fields = {"copy"}},
|
|
|
|
|
|
|
|
"vector",
|
|
|
|
"ItemStack",
|
|
|
|
"DIR_DELIM",
|
2021-03-04 17:39:41 +01:00
|
|
|
|
2021-02-10 02:16:56 +11:00
|
|
|
-- Mod Deps
|
|
|
|
"default",
|
|
|
|
"mesecon",
|
|
|
|
"screwdriver",
|
2021-03-04 17:39:41 +01:00
|
|
|
"QoS"
|
2021-02-10 02:16:56 +11:00
|
|
|
}
|
2021-02-23 14:10:13 +02:00
|
|
|
|
|
|
|
exclude_files = {
|
|
|
|
"**/spec/**",
|
|
|
|
}
|