forked from minetest-mods/irc
Add .luacheckrc
and fix warnings.
This commit is contained in:
14
.luacheckrc
Normal file
14
.luacheckrc
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
}
|
||||
|
||||
exclude_files = {
|
||||
"irc/*",
|
||||
}
|
||||
|
||||
globals = {
|
||||
}
|
Reference in New Issue
Block a user