1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2024-06-29 20:56:05 +02:00
irc_modpack/irc/.luacheckrc
2019-09-23 19:18:24 -05:00

15 lines
113 B
Lua

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