torrlund-cd2025/.luacheckrc
2022-11-20 18:00:40 -08:00

33 lines
499 B
Lua

unused_args = false
globals = {
"torrl_core",
"torrl_tools", "torrl_effects", "torrl_nodes", "torrl_aliens", "torrl_player",
"torrl_voiceover",
"trec_unit",
"creatura", "fire",
"VoxelManip", "VoxelArea", "PseudoRandom", "ItemStack",
"Settings",
"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/"
}