capturetheflag/.luacheckrc

46 lines
993 B
Plaintext
Raw Permalink Normal View History

unused_args = false
allow_defined_top = true
exclude_files = {
2019-01-11 15:45:27 +00:00
"mods/mtg/default",
"mods/ctf_pvp_engine",
2019-01-11 15:45:27 +00:00
"mods/pvp/shooter",
"mods/other/wield3d",
"mods/other/treasurer",
2020-11-28 18:37:11 +00:00
"mods/other/hudbars",
}
2018-04-06 15:18:32 +00:00
ignore = {"631"}
globals = {
2019-04-12 10:14:42 +00:00
"crafting", "vector", "table", "minetest", "worldedit", "ctf", "ctf_flag",
"ctf_colors", "hudkit", "default", "treasurer", "ChatCmdBuilder", "ctf_map",
2019-08-28 17:54:24 +00:00
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus", "irc",
"armor", "vote", "give_initial_stuff", "hud_score", "physics", "tsm_chests",
"armor", "shooter", "grenades", "ctf_classes", "ctf_bandages", "ctf_respawn_immunity",
"ctf_marker", "kill_assist"
}
read_globals = {
2019-08-28 17:57:11 +00:00
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"dump", "DIR_DELIM",
"sfinv", "creative",
"VoxelArea", "ItemStack",
"Settings",
"prometheus", "hb",
2019-01-05 23:41:24 +00:00
"awards",
"potential_cowards",
2020-03-14 21:51:24 +00:00
"VoxelArea",
"VoxelManip",
"PseudoRandom",
-- Testing
"describe",
"it",
"assert",
}