aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-07-09 00:14:27 +0100
committerMatthew Wild <mwild1@gmail.com>2015-07-09 00:14:27 +0100
commitf1c16522876601ffd9c74af2e6647836150de40c (patch)
treeb1ae5f3567985e99fa359ae10fed5d9fdab85d91 /.luacheckrc
parent5c4f162797b7f2ba6faa6f9f3ce0ed5db7bee0ad (diff)
parentc38e034cf497a13f5f813b7d5217102ffb3677d9 (diff)
downloadprosody-f1c16522876601ffd9c74af2e6647836150de40c.tar.gz
prosody-f1c16522876601ffd9c74af2e6647836150de40c.zip
Merge 0.10->trunk
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 3f147806..7ebc7af4 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -6,3 +6,7 @@ module = true
unused_secondaries = false
codes = true
ignore = { "411/err", "421/err", "411/ok", "421/ok" }
+
+files["plugins/"] = {
+ ignore = { "122/module" };
+}