1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

lint: Also warn about gitlab links missing /issues

This commit is contained in:
Daniel Martí 2016-03-07 22:29:45 +00:00
parent 38d8778200
commit ace4834cf7

View File

@ -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 + [