mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 20:55:19 -04:00
lint: Also warn about gitlab links missing /issues
This commit is contained in:
1 parent
38d8778200
commit
ace4834cf7
1 file changed
+3
-1
@@ -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