mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
luacheckrc: make module a global in plugins/
This commit is contained in:
parent
d095fb09d3
commit
a70183bcec
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ codes = true
|
|||
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
|
||||
|
||||
files["plugins/"] = {
|
||||
ignore = { "122/module" };
|
||||
globals = { "module" };
|
||||
}
|
||||
files["tests/"] = {
|
||||
read_globals = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue