From e5fc732d3b3ff8abab1bda8af82dc4ffe33275c2 Mon Sep 17 00:00:00 2001 From: Etaash Mathamsetty Date: Thu, 21 Nov 2024 20:35:50 -0500 Subject: [PATCH] Add exception for Heroic MangoHud config access --- flatpak_builder_lint/staticfiles/exceptions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 6ccb147e..9729a387 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3265,7 +3265,8 @@ }, "com.heroicgameslauncher.hgl": { "finish-args-contains-both-x11-and-wayland": "Predates the linter rule", - "finish-args-unnecessary-xdg-data-umu-create-access": "Uses shared installation for the umu runtime" + "finish-args-unnecessary-xdg-data-umu-create-access": "Uses shared installation for the umu runtime", + "finish-args-unnecessary-xdg-config-MangoHud-ro-access": "Access shared MangoHud configuration files" }, "com.katawa_shoujo.KatawaShoujo": { "finish-args-contains-both-x11-and-wayland": "Predates the linter rule"