mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
lint: Also warn about gitlab links missing /issues
This commit is contained in:
parent
38d8778200
commit
ace4834cf7
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ regex_checks = {
|
|||
'Source Code': http_checks,
|
||||
'Repo': https_enforcings,
|
||||
'Issue Tracker': http_checks + [
|
||||
(re.compile(r'.*github\.com/[^/]+/[^/]+[/]*$'),
|
||||
(re.compile(r'.*github\.com/[^/]+/[^/]+/*$'),
|
||||
"/issues is missing"),
|
||||
(re.compile(r'.*gitlab\.com/[^/]+/[^/]+/*$'),
|
||||
"/issues is missing"),
|
||||
],
|
||||
'Donate': http_checks + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue