lavastuff-cd2025/.luacheckrc

32 lines
472 B
Plaintext
Raw Normal View History

unused_args = false
2020-01-16 22:43:26 -06:00
max_line_length = 999
globals = {
2021-07-29 11:21:35 -07:00
"minetest", "lavastuff", "armor",
}
read_globals = {
2020-05-20 20:05:13 -07:00
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
2020-05-20 20:05:13 -07:00
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
2020-05-20 20:05:13 -07:00
-- MTG
"default", "sfinv", "creative", "stairs",
2019-01-25 16:43:12 -08:00
2020-05-20 20:05:13 -07:00
-- MC2
"mcl_sounds",
-- Nodecore
"nodecore",
2020-05-20 20:05:13 -07:00
-- Other mods
"stairsplus", "toolranks", "gettext", "intllib",
2020-05-20 20:05:13 -07:00
}
exclude_files = {
".luacheckrc",
2020-05-20 10:12:24 -07:00
}