Software /
code /
prosody
Diff
.luacheckrc @ 12582:e72bb50456c4 0.12
Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jul 2022 19:42:48 +0200 |
parent | 12298:cb459f8fa740 |
child | 12583:93bed323e361 |
child | 12584:fb0bf0a0864f |
line wrap: on
line diff
--- a/.luacheckrc Fri Jul 08 17:32:48 2022 +0200 +++ b/.luacheckrc Fri Jul 08 19:42:48 2022 +0200 @@ -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