Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 643 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 643 Bytes

flatpak-builder-lint

This is a linter for flatpak manifests.

Requirements:

  • poetry
  • python 3.8
  • flatpak-builder

Running

First you need to install the dependencies

$ poetry install

To run

$ poetry run flatpak-builder-lint MANIFEST

where MANIFEST is the manifest to check.

Flatpak

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).