buildbot: Add temporary linter exceptions for Flatpak builds

Flathub's website is currently having problems: github.com/dolphin-emu/dolphin/pull/13955#issuecomment-3315009984
This commit is contained in:
OatmealDome
2025-09-20 18:38:23 +00:00
parent db2fb1a349
commit 84756accb9

View File

@@ -1,5 +1,7 @@
{
"org.DolphinEmu.dolphin-emu": [
"external-gitmodule-url-found"
"external-gitmodule-url-found",
"appstream-remote-icon-not-mirrored",
"appstream-external-screenshot-url"
]
}