1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-23 18:40:21 +02:00
Files
exchange_shop/.luacheckrc
2022-11-08 21:48:10 +13:00

21 lines
248 B
Lua

max_line_length = 100
read_globals = {
"DIR_DELIM",
"dump",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"AreaStore",
"default",
"mesecon",
"utf8",
"flow",
}
globals = {
"minetest",
"exchange_shop",
}
ignore = {"212/self"}