aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-08-20 10:10:36 +0200
committerKim Alvefur <zash@zash.se>2015-08-20 10:10:36 +0200
commitd32f36b2817739d7f8d5f1208a3009b7be379562 (patch)
treeaf5296801bfd1f92fd6a37fa901f21d61340a985 /.luacheckrc
parentddeed6873e5d6b759da52de91c23c8ea1224f217 (diff)
downloadprosody-d32f36b2817739d7f8d5f1208a3009b7be379562.tar.gz
prosody-d32f36b2817739d7f8d5f1208a3009b7be379562.zip
luacheckrc: Ignore unused _ENV variable
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 7ebc7af4..bcce1155 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -5,7 +5,7 @@ allow_defined_top = true
module = true
unused_secondaries = false
codes = true
-ignore = { "411/err", "421/err", "411/ok", "421/ok" }
+ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
files["plugins/"] = {
ignore = { "122/module" };