VoxeLibre/.luacheckrc

42 lines
487 B
Plaintext
Raw Normal View History

2021-04-15 14:26:12 +02:00
unused_args = false
allow_defined_top = true
max_line_length = 125
globals = {
"minetest", "core",
}
2021-04-15 14:19:11 +02:00
read_globals = {
"DIR_DELIM",
"dump", "dump2",
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "PcgRandom",
"ItemStack",
"Settings",
"unpack",
table = {
fields = {
"copy",
"indexof",
"insert_all",
"key_value_swap",
}
},
string = {
fields = {
"split",
"trim",
}
},
math = {
fields = {
"hypot",
"sign",
"factorial"
}
},
}