mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
.luacheckrc: Allow randomize() global in spec/
This is a busted function that is not currently recognized by luacheck. See https://github.com/mpeterv/luacheck/pull/183
This commit is contained in:
parent
4317135049
commit
db08521d47
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ files["plugins/"] = {
|
|||
};
|
||||
}
|
||||
files["spec/"] = {
|
||||
std = "+busted"
|
||||
std = "+busted";
|
||||
globals = { "randomize" };
|
||||
}
|
||||
files["prosody.cfg.lua"] = {
|
||||
ignore = { "131" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue