minetest-i4/.luacheckrc

24 lines
225 B
Plaintext
Raw Normal View History

2020-12-30 16:21:05 -06:00
allow_defined_top = true
2021-01-23 13:54:49 -06:00
ignore = {
"get_debug_grid",
}
2020-12-30 16:21:05 -06:00
read_globals = {
"minetest",
"default",
"armor",
2021-01-02 14:15:18 -06:00
"skins",
2021-01-10 13:56:37 -06:00
"awards",
2021-01-28 18:07:59 -06:00
"worldedit",
2020-12-30 16:21:05 -06:00
"vector",
"string",
"table",
"ItemStack",
}
globals = {
2021-01-23 13:54:49 -06:00
"i3",
2020-12-30 16:21:05 -06:00
"core",
}