exchange_shop/.luacheckrc

19 lines
230 B
Plaintext
Raw Normal View History

2021-11-26 00:09:56 +01:00
max_line_length = 100
read_globals = {
"DIR_DELIM",
"dump",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"AreaStore",
"default",
"intllib",
}
globals = {
"minetest",
"exchange_shop",
}
ignore = {"212/self"}