Skip to content

Commit

Permalink
exceptions: Add xdg config access to com.github.GradienceTeam.Gradien…
Browse files Browse the repository at this point in the history
…ce. (#243)

* exceptions: Add finish-args-unnecessary-xdg-config-access to com.github.GradienceTeam.Gradience.

* fix indentation

* remove tab and replace with spaces
  • Loading branch information
Etaash-mathamsetty authored Jan 1, 2024
1 parent 2f1c6db commit 325cea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@
"com.github.GradienceTeam.Gradience": {
"appid-uses-code-hosting-domain": "app-id predates this linter rule",
"finish-args-unnecessary-xdg-data-access": "https://github.com/flathub/flathub/issues/3557",
"finish-args-flatpak-spawn-access": "required to change the gnome-shell theme via gsettings"
"finish-args-flatpak-spawn-access": "required to change the gnome-shell theme via gsettings",
"finish-args-unnecessary-xdg-config-access": "Required to change gtk configuration on host"
},
"com.github.gyunaev.spivak": {
"appid-uses-code-hosting-domain": "app-id predates this linter rule"
Expand Down

0 comments on commit 325cea0

Please sign in to comment.