aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-04-03 20:00:10 +0100
committerMatthew Wild <mwild1@gmail.com>2025-04-03 20:00:10 +0100
commit22d39cfc89138f2c3203af5649719fcfce1f37e4 (patch)
tree094643491ab94cb166a5ab14f5da74ec9d8bc9df /.luacheckrc
parentfbf6e15ee21f84f63693052b8f08a7c47f2ea49c (diff)
parentdb3735d9745f948268dbbe43c24caf3614f140c4 (diff)
downloadprosody-22d39cfc89138f2c3203af5649719fcfce1f37e4.tar.gz
prosody-22d39cfc89138f2c3203af5649719fcfce1f37e4.zip
Merge 13.0->trunk
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 09225d01..1a392dab 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -131,6 +131,11 @@ files["spec/"] = {
std = "+busted";
globals = { "randomize" };
}
+files["spec/tls"] = {
+ -- luacheck complains about the config files here,
+ -- but we don't really care about them
+ only = {};
+}
files["prosody.cfg.lua"] = {
ignore = { "131" };
globals = {