diff options
author | Kim Alvefur <zash@zash.se> | 2015-08-20 10:10:36 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-08-20 10:10:36 +0200 |
commit | c5e4af96d8bd9de7a96d3dc1eff5b8d1eecbfdaf (patch) | |
tree | af5296801bfd1f92fd6a37fa901f21d61340a985 /.luacheckrc | |
parent | 85a8a667444d69fcf5e3cfaf0071641e50b73f2b (diff) | |
download | prosody-c5e4af96d8bd9de7a96d3dc1eff5b8d1eecbfdaf.tar.gz prosody-c5e4af96d8bd9de7a96d3dc1eff5b8d1eecbfdaf.zip |
luacheckrc: Ignore unused _ENV variable
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
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" }; |