weather/.luacheckrc

9 lines
151 B
Plaintext
Raw Normal View History

2018-04-13 18:54:22 +02:00
allow_defined_top = true
read_globals = {
"minetest",
"dump", "vector",
"VoxelManip", "VoxelArea",
2018-04-29 18:50:51 +02:00
table = { fields = { "copy" } }
2018-05-08 16:23:57 +02:00
"lightning",
2018-04-13 18:54:22 +02:00
}