1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-09-28 06:10:23 +02:00
irc/.luacheckrc
2017-02-16 02:36:04 -03:00

15 lines
125 B
Lua

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