torrlund-cd2025/.luacheckrc

31 lines
429 B
Plaintext
Raw Normal View History

2022-11-15 11:47:56 -08:00
unused_args = false
globals = {
"torrl_core",
"torrl_tools", "torrl_effects", "torrl_nodes", "torrl_aliens",
"trec_unit",
"creatura",
"VoxelManip", "VoxelArea", "PseudoRandom",
"vector", "table", "string",
math = {
fields = {
"round",
"hypot",
"sign",
"factorial",
"ceil",
}
},
"minetest", "core",
}
exclude_files = {
"mods/mtg/mtg_*",
"mods/ext_libs/",
"mobs/torrl_map/modgen_mod_export/"
}