mirror of
https://github.com/SmallJoker/exchange_shop.git
synced 2025-07-23 02:20:23 +02:00
Add luacheck
This commit is contained in:
18
.luacheckrc
Normal file
18
.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
||||
max_line_length = 100
|
||||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"dump",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"AreaStore",
|
||||
"default",
|
||||
"intllib",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"exchange_shop",
|
||||
}
|
||||
|
||||
ignore = {"212/self"}
|
Reference in New Issue
Block a user