1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2024-11-13 06:00:25 +01:00
exchange_shop/.luacheckrc

19 lines
233 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",
2022-04-13 09:17:44 +02:00
"player_api",
2021-11-26 00:09:56 +01:00
}
globals = {
"minetest",
"exchange_shop",
}
ignore = {"212/self"}