aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.luacheckrc3
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" };