Skip to content

Commit

Permalink
Add exceptions for command-line apps shipped as part of freedesktop-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme committed Dec 1, 2023
1 parent 5192c12 commit c6dc2f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,18 @@
"engineer.atlas.Nyxt": {
"finish-args-flatpak-spawn-access": "Required access to external tools since Nyxt ecosystem expects to rely heavily on them"
},
"org.freedesktop.Platform.VulkanInfo": {
"flathub-json-skip-appstream-check": "It is a command line package"
},
"org.freedesktop.Platform.VaInfo": {
"flathub-json-skip-appstream-check": "It is a command line package"
},
"org.freedesktop.Platform.ClInfo": {
"flathub-json-skip-appstream-check": "It is a command line package"
},
"org.freedesktop.Platform.GlxInfo": {
"flathub-json-skip-appstream-check": "It is a command line package"
},
"com.riverbankcomputing.PyQt.BaseApp": {
"*": "This is a baseapp"
},
Expand Down

0 comments on commit c6dc2f0

Please sign in to comment.