# HG changeset patch # User Matthew Wild # Date 1665490346 -3600 # Node ID bde2246167666b86e0407195adbba4b337b6b477 # Parent 132a3c7b25fa2bb32677f6890bc5f8c2dfe7bd46 .luacheckrc: Add test_mutants.sh.lua to the ignore list diff -r 132a3c7b25fa -r bde224616766 .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