forked from flathub-infra/flatpak-builder-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appid: Exclude Devel suffixes from domain check
when an extra devel suffix gets added to the original appid, the rDNS check will take in all components of the appid but their might not be a webpage available there. So standardise on the `Devel` suffix and skip on that. Devel is not to be allowed on Flathub submission, submission reviews need to take note of that
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"app-id": "ch.wwwwww.bar.Devel", | ||
"runtime": "foo", | ||
"sdk": "bar", | ||
"command": "foo", | ||
"finish-args": ["--foo=bar"], | ||
"modules": [ | ||
{ | ||
"name": "module2", | ||
"buildsystem": "autotools" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters