2019-01-04 19:04:32 -08:00
|
|
|
unused_args = false
|
2020-01-16 22:43:26 -06:00
|
|
|
max_line_length = 999
|
2019-01-04 19:04:32 -08:00
|
|
|
|
|
|
|
globals = {
|
2021-07-29 11:21:35 -07:00
|
|
|
"minetest", "lavastuff", "armor",
|
2019-01-04 19:04:32 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
2020-05-20 20:05:13 -07:00
|
|
|
string = {fields = {"split"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
2019-01-04 19:04:32 -08:00
|
|
|
|
2020-05-20 20:05:13 -07:00
|
|
|
-- Builtin
|
|
|
|
"vector", "ItemStack",
|
|
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
2019-01-04 19:04:32 -08:00
|
|
|
|
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",
|
|
|
|
|
2022-01-02 11:18:50 -08:00
|
|
|
-- Nodecore
|
|
|
|
"nodecore",
|
|
|
|
|
2020-05-20 20:05:13 -07:00
|
|
|
-- Other mods
|
2022-02-24 01:13:38 -04:00
|
|
|
"stairsplus", "toolranks", "gettext", "intllib",
|
2020-05-20 20:05:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
exclude_files = {
|
|
|
|
".luacheckrc",
|
2020-05-20 10:12:24 -07:00
|
|
|
}
|