Commit a2a19f3
fix(lint): fix virtualbox and thunderbird-nightly builddir exceptions
Investigate and fix why existing exceptions.json entries were not
suppressing lint errors at the builddir stage.
Root cause: exceptions.json at commit 2fb7cf5 only had appid-filename-mismatch.
The screenshot/metainfo exceptions were missing. The exceptions were added in
subsequent commits (08e59a4, 47ec0d8, 82a3380).
virtualbox: appstream-external-screenshot-url fires because upstream metainfo
has screenshots at external URLs (not Flathub CDN). Both builddir and repo
stage exceptions are required.
thunderbird-nightly: metainfo-missing-screenshots + appstream-missing-developer-name
fire because the nightly metainfo has no screenshots or developer tag.
appstream-screenshots-not-mirrored-in-ostree fires at repo stage.
Documenting the pattern in per-app GOTCHAS.md and skills/app-gotchas.md.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot1 parent b85e9f2 commit a2a19f3
File tree
3 files changed
+33
-2
lines changed- flatpaks
- thunderbird-nightly
- virtualbox
- skills
3 files changed
+33
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments