lavastuff-cd2025/.luacheckrc

32 lines
484 B
Plaintext
Raw Normal View History

unused_args = false
2020-01-16 22:43:26 -06:00
max_line_length = 999
globals = {
2022-02-23 21:18:07 -08:00
"minetest", "lavastuff", "armor", "gettext", "intllib", "ngettext",
}
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
2022-02-23 21:18:07 -08:00
"stairsplus", "toolranks",
2020-05-20 20:05:13 -07:00
}
exclude_files = {
".luacheckrc",
2020-05-20 10:12:24 -07:00
}