weather/.luacheckrc

24 lines
228 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 = {
2019-05-25 11:58:52 +02:00
"dump",
2018-04-13 18:54:22 +02:00
"minetest",
2019-05-25 11:58:52 +02:00
"vector",
"VoxelManip",
"VoxelArea",
table = { fields = {
"copy"
} },
2018-05-08 16:23:57 +02:00
"lightning",
2018-08-13 16:44:24 +02:00
}
2019-05-25 11:58:52 +02:00
ignore = {
"211",
"212",
"213",
"611",
"612",
"621",
"631"
}