Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26 0.12
authorKim Alvefur <zash@zash.se>
Fri, 08 Jul 2022 19:42:48 +0200
branch0.12
changeset 12586 e72bb50456c4
parent 12584 a9dbf657c894
child 12587 93bed323e361
child 12588 fb0bf0a0864f
Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26
.luacheckrc
--- 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