1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2024-11-10 20:40:37 +01:00
exchange_shop/.luacheckrc
2022-04-13 09:52:40 +02:00

19 lines
233 B
Lua

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