From 02352c6dcfa5548b1c43d2a6844cac1d053568cc Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 11 Oct 2022 13:12:26 +0100 Subject: .luacheckrc: Add test_mutants.sh.lua to the ignore list --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index e1bb7134..cad6bb13 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -172,6 +172,7 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "tools/migration/migrator/prosody_sql.lua"; "tools/migration/prosody-migrator.lua"; "tools/openfire2prosody.lua"; + "tools/test_mutants.sh.lua"; "tools/xep227toprosody.lua"; } for _, file in ipairs(exclude_files) do -- cgit v1.2.3