1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2024-09-29 06:40:23 +02:00
irc_modpack/irc/.luacheckrc

15 lines
113 B
Plaintext
Raw Normal View History

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