.luacheckrc: Add test_mutants.sh.lua to the ignore list
authorMatthew Wild <mwild1@gmail.com>
Tue, 11 Oct 2022 13:12:26 +0100
changeset 12770 bde224616766
parent 12769 132a3c7b25fa
child 12771 3b75943fa5c1
.luacheckrc: Add test_mutants.sh.lua to the ignore list
.luacheckrc
--- a/.luacheckrc	Tue Oct 11 11:53:48 2022 +0100
+++ b/.luacheckrc	Tue Oct 11 13:12:26 2022 +0100
@@ -172,6 +172,7 @@
 		"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