irc2/.luacheckrc

15 lines
125 B
Plaintext
Raw Normal View History

2017-02-16 02:36:04 -03:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
}
exclude_files = {
"irc/*",
}
globals = {
}