luacheck: Ignore new warning about uses of not (x == y) and similar

Added in luacheck 0.26.
This commit is contained in:
Kim Alvefur 2022-05-30 17:12:58 +02:00
parent 3721a65c80
commit afe8199ba9

View file

@ -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