Software /
code /
prosody
Changeset
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 |
parents | 12580:a9dbf657c894 |
children | 12583:93bed323e361 12584:fb0bf0a0864f |
files | .luacheckrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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