irc/.luacheckrc

15 lines
125 B
Plaintext
Raw Normal View History

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