.luacheckrc: Add test_mutants.sh.lua to the ignore list

This commit is contained in:
Matthew Wild 2022-10-11 13:12:26 +01:00
parent 8434b4be4b
commit 02352c6dcf

View file

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