mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-28 01:08:52 -05:00
lint: Also warn about gitlab links missing /issues
This commit is contained in:
@@ -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 + [
|
||||
|
||||
Reference in New Issue
Block a user