flathub-infra / flatpak-builder-lint

A linter for flatpak-builder manifests
MIT License
48 stars 125 forks source link

Error and stop on missing component tag in metainfo #289

Closed bbhtt closed 6 months ago

bbhtt commented 6 months ago

Also don't parse infos from appstreamcli validate

Some applications still have ancient metainfo https://github.com/flathub/com.discordapp.Discord/pull/373

catalogue will always start with component but can't rely on metainfo doing the same, so it's better to stop parsing entirely and return an error.