1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-01-23 22:00:17 +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",
}