aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-07-08 19:42:48 +0200
committerKim Alvefur <zash@zash.se>2022-07-08 19:42:48 +0200
commit7f2a66015848537a74b299ca67695a261215729a (patch)
treeba0ef8890e1237716966b920d0d51388febf8063
parent89359b70dc0446cdda15da19173f460504bafc3d (diff)
downloadprosody-7f2a66015848537a74b299ca67695a261215729a.tar.gz
prosody-7f2a66015848537a74b299ca67695a261215729a.zip
Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 0c934d90..d08dfa70 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -1,6 +1,6 @@
cache = true
codes = true
-ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", }
+ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" }
std = "lua53c"
max_line_length = 150