Software / code / prosody
Comparison
.luacheckrc @ 12766:bde224616766
.luacheckrc: Add test_mutants.sh.lua to the ignore list
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 11 Oct 2022 13:12:26 +0100 |
| parent | 12642:9061f9621330 |
| child | 12849:330bfcaa5532 |
comparison
equal
deleted
inserted
replaced
| 12765:132a3c7b25fa | 12766:bde224616766 |
|---|---|
| 170 "tools/migration/migrator/mtools.lua"; | 170 "tools/migration/migrator/mtools.lua"; |
| 171 "tools/migration/migrator/prosody_files.lua"; | 171 "tools/migration/migrator/prosody_files.lua"; |
| 172 "tools/migration/migrator/prosody_sql.lua"; | 172 "tools/migration/migrator/prosody_sql.lua"; |
| 173 "tools/migration/prosody-migrator.lua"; | 173 "tools/migration/prosody-migrator.lua"; |
| 174 "tools/openfire2prosody.lua"; | 174 "tools/openfire2prosody.lua"; |
| 175 "tools/test_mutants.sh.lua"; | |
| 175 "tools/xep227toprosody.lua"; | 176 "tools/xep227toprosody.lua"; |
| 176 } | 177 } |
| 177 for _, file in ipairs(exclude_files) do | 178 for _, file in ipairs(exclude_files) do |
| 178 files[file] = { only = {} } | 179 files[file] = { only = {} } |
| 179 end | 180 end |