From 3e2cc79278253d0ee09364ecc900ab5fe39cb220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Thu, 15 Feb 2024 19:55:29 +0100 Subject: [PATCH] appstream: Demote console-app-no-binary to info --- flatpak_builder_lint/appstream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flatpak_builder_lint/appstream.py b/flatpak_builder_lint/appstream.py index 0497e5b3..3e9a31b0 100644 --- a/flatpak_builder_lint/appstream.py +++ b/flatpak_builder_lint/appstream.py @@ -21,6 +21,7 @@ def validate(path: str) -> dict: "cid-maybe-not-rdns": "error", "cid-missing-affiliation-gnome": "error", "cid-rdns-contains-hyphen": "error", + "console-app-no-binary": "info", "content-rating-missing": "error", "desktop-file-not-found": "error", "developer-id-missing": "error",