torrlund-cd2025/.luacheckrc

34 lines
508 B
Plaintext
Raw Normal View History

2022-11-15 11:47:56 -08:00
unused_args = false
globals = {
"torrl_core",
2022-11-20 18:00:40 -08:00
"torrl_tools", "torrl_effects", "torrl_nodes", "torrl_aliens", "torrl_player",
"torrl_voiceover",
2022-11-15 11:47:56 -08:00
"trec_unit",
2022-11-20 18:00:40 -08:00
"creatura", "fire",
2022-11-15 11:47:56 -08:00
2022-11-19 23:19:54 -08:00
"VoxelManip", "VoxelArea", "PseudoRandom", "ItemStack",
2022-11-20 18:00:40 -08:00
"Settings",
2022-11-15 11:47:56 -08:00
"vector", "table", "string",
math = {
fields = {
"round",
"hypot",
"sign",
"factorial",
"ceil",
}
},
"minetest", "core",
}
exclude_files = {
"mods/mtg/mtg_*",
"mods/ext_libs/",
2022-11-21 14:34:58 -08:00
"mods/show_wielded_item/",
"mods/wield3d/",
2022-11-15 11:47:56 -08:00
}