diff options
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index e570529a..1ca0d0df 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -104,7 +104,8 @@ files["plugins/"] = { }; } files["spec/"] = { - std = "+busted" + std = "+busted"; + globals = { "randomize" }; } files["prosody.cfg.lua"] = { ignore = { "131" }; |