we_undo/.luacheckrc

19 lines
261 B
Plaintext
Raw Normal View History

read_globals = {
"dump",
"vector",
"VoxelArea",
minetest = {
fields = {
add_node = {
read_only = false
},
registered_chatcommands = {
read_only = false,
other_fields = true
}
},
other_fields = true
}
}
globals = {"worldedit"}