Skip to content

Commit 47ec0d8

Browse files
committed
fix(lint): add missing lint exceptions for thunderbird-nightly and virtualbox
thunderbird-nightly: appstream-screenshots-not-mirrored-in-ostree (repo lint) virtualbox: appstream-external-screenshot-url (builddir lint) Assisted-by: Claude Sonnet 4.6 via OpenCode
1 parent 825418c commit 47ec0d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

flatpaks/thunderbird-nightly/exceptions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"org.mozilla.thunderbird.nightly": [
33
"appid-filename-mismatch",
44
"metainfo-missing-screenshots",
5-
"appstream-missing-developer-name"
5+
"appstream-missing-developer-name",
6+
"appstream-screenshots-not-mirrored-in-ostree"
67
]
78
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"org.virtualbox.VirtualBox": ["appid-filename-mismatch"]
2+
"org.virtualbox.VirtualBox": [
3+
"appid-filename-mismatch",
4+
"appstream-external-screenshot-url"
5+
]
36
}

0 commit comments

Comments
 (0)