i3/.luacheckrc

23 lines
211 B
Plaintext
Raw Normal View History

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