torrlund-cd2025/.luacheckrc
LoneWolfHT 759e781028
Some checks failed
build / luacheck (push) Has been cancelled
Fix some bugs/issues, make aliens spawn during the day
2023-11-30 18:05:07 -08:00

35 lines
541 B
Lua

unused_args = false
globals = {
"torrl_core",
"torrl_tools", "torrl_effects", "torrl_nodes", "torrl_aliens", "torrl_player",
"torrl_voiceover",
"trec_unit",
"creatura", "fire", "player_api",
"unpack",
"VoxelManip", "VoxelArea", "PseudoRandom", "ItemStack",
"Settings",
"vector", "table", "string", "dump",
math = {
fields = {
"round",
"hypot",
"sign",
"factorial",
"ceil",
}
},
"minetest", "core",
}
exclude_files = {
"mods/mtg/mtg_*",
"mods/ext_libs/",
"mods/show_wielded_item/",
"mods/wield3d/",
}