irc/.luacheckrc

15 lines
112 B
Lua

allow_defined_top = true
read_globals = {
"minetest"
}
exclude_files = {
"irc/*",
}
globals = {
"irc",
}