mysql_auth/.luacheckrc

16 lines
240 B
Plaintext
Raw Permalink Normal View History

2020-05-13 02:33:58 +02:00
unused_args = false
allow_defined_top = true
max_line_length = 999
globals ={
"minetest",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"mysql_base",
"core", "dump",
}