1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-03-15 00:30:20 +01:00
irc/.luacheckrc

15 lines
125 B
Plaintext
Raw Normal View History

2017-02-16 02:36:04 -03:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
}
exclude_files = {
"irc/*",
}
globals = {
}