1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-11-15 22:30:20 +01:00
irc/.luacheckrc
2020-02-19 18:46:29 +01:00

15 lines
112 B
Lua

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