Skip to content

Commit

Permalink
Grant baseapps exceptions from all linter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and barthalion committed Nov 28, 2023
1 parent 655d3fb commit 3efa25a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1668,5 +1668,41 @@
},
"engineer.atlas.Nyxt": {
"finish-args-flatpak-spawn-access": "Required access to external tools since Nyxt ecosystem expects to rely heavily on them"
},
"com.riverbankcomputing.PyQt.BaseApp": {
"*": "This is a baseapp"
},
"io.qt.qtwebengine.BaseApp": {
"*": "This is a baseapp"
},
"org.godotengine.godot.BaseApp": {
"*": "This is a baseapp"
},
"org.mozilla.firefox.BaseApp": {
"*": "This is a baseapp"
},
"org.electronjs.Electron2.BaseApp": {
"*": "This is a baseapp"
},
"io.qt.qtwebkit.BaseApp": {
"*": "This is a baseapp"
},
"org.chromium.Chromium.BaseApp": {
"*": "This is a baseapp"
},
"org.sugarlabs.BaseApp": {
"*": "This is a baseapp"
},
"io.elementary.BaseApp": {
"*": "This is a baseapp"
},
"io.atom.electron.BaseApp": {
"*": "This is a baseapp"
},
"io.elementary.Loki.BaseApp": {
"*": "This is a baseapp"
},
"io.liri.BaseApp": {
"*": "This is a baseapp"
}
}

0 comments on commit 3efa25a

Please sign in to comment.