weather/.luacheckrc

9 lines
152 B
Plaintext
Raw Normal View History

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