We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appstreamcli validate support for components with merge="append" was added in #455.
appstreamcli validate
Now, running validation on org.gnome.App-list.xml.txt obtained from https://gitlab.gnome.org/GNOME/gnome-app-list/ results in the following warnings.
$ appstreamcli validate _build/org.gnome.App-list.xml I: app.drey.Biblioteca:9: nonstandard-gnome-extension kudos W: app.drey.Biblioteca:~: url-homepage-missing W: app.drey.Biblioteca:~: category-invalid Featured W: app.drey.Biblioteca:~: all-categories-ignored I: app.drey.Biblioteca:~: developer-info-missing I: app.drey.Dialect:21: nonstandard-gnome-extension kudos W: app.drey.Dialect:~: url-homepage-missing W: app.drey.Dialect:~: category-invalid Featured W: app.drey.Dialect:~: all-categories-ignored I: app.drey.Dialect:~: developer-info-missing ... ... ✘ Validation failed: warnings: 360, infos: 194 $ echo $? 3
I guess except for nonstandard-gnome-extension kudos, validation should not report any warnings.
nonstandard-gnome-extension kudos
$ appstreamcli --version AppStream version: 1.0.3
The text was updated successfully, but these errors were encountered:
Refer pipeline https://gitlab.gnome.org/sid/gnome-app-list/-/jobs/4159767.
Sorry, something went wrong.
No branches or pull requests
appstreamcli validate
support for components with merge="append" was added in #455.Now, running validation on org.gnome.App-list.xml.txt obtained from https://gitlab.gnome.org/GNOME/gnome-app-list/ results in the following warnings.
I guess except for
nonstandard-gnome-extension kudos
, validation should not report any warnings.The text was updated successfully, but these errors were encountered: