Changeset

12533:875f73ead4e8

luacheck: Ignore new warning about uses of `not (x == y)` and similar Added in luacheck 0.26.
author Kim Alvefur <zash@zash.se>
date Mon, 30 May 2022 17:12:58 +0200
parents 12532:8e4033213c62
children 12534:3caff1f93520
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Mon May 30 16:49:52 2022 +0200
+++ b/.luacheckrc	Mon May 30 17:12:58 2022 +0200
@@ -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