From afe8199ba90062bb215e3f154549e7e793db955a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 30 May 2022 17:12:58 +0200 Subject: luacheck: Ignore new warning about uses of `not (x == y)` and similar Added in luacheck 0.26. --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 3f8c6225..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", "214", } +ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" } std = "lua53c" max_line_length = 150 -- cgit v1.2.3