This is a linter for flatpak manifests.
Requirements:
- poetry
- python 3.8
- flatpak-builder
First you need to install the dependencies
$ poetry installTo run
$ poetry run flatpak-builder-lint MANIFESTwhere MANIFEST is the manifest to check.
This tool is part of the flatpak-builder flatpak
org.flatpak.Builder. After installing you can run the linter from
the command-line:
flatpak run --command=flatpak-builder-lint org.flatpak.Builder MANIFEST(MANIFEST is the path to the manifest to lint, same as above).