Skip to content

Commit 08e59a4

Browse files
committed
fix(thunderbird-nightly): add lint exceptions for screenshots and developer-name
flatpak-builder-lint now flags metainfo-missing-screenshots and appstream-missing-developer-name as errors. These are expected for a nightly/unofficial Flatpak — add them to exceptions.json alongside the existing appid-filename-mismatch exception. Assisted-by: Claude Sonnet 4.6 via OpenCode
1 parent 935fee2 commit 08e59a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"org.mozilla.thunderbird.nightly": ["appid-filename-mismatch"]
2+
"org.mozilla.thunderbird.nightly": [
3+
"appid-filename-mismatch",
4+
"metainfo-missing-screenshots",
5+
"appstream-missing-developer-name"
6+
]
37
}

0 commit comments

Comments
 (0)