/flatpak-builder-lint

A linter for flatpak-builder manifests

Primary LanguagePythonMIT LicenseMIT

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.