diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-10-11 13:12:26 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-10-11 13:12:26 +0100 |
commit | 02352c6dcfa5548b1c43d2a6844cac1d053568cc (patch) | |
tree | 7e6ce5bd8d3c86391c2cba75d161bf9e16d348b4 | |
parent | 8434b4be4b7e2f7ca614410bf008dae0433c7ec7 (diff) | |
download | prosody-02352c6dcfa5548b1c43d2a6844cac1d053568cc.tar.gz prosody-02352c6dcfa5548b1c43d2a6844cac1d053568cc.zip |
.luacheckrc: Add test_mutants.sh.lua to the ignore list
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |