mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
lint: switch links to plain URLS rather than mediawiki syntax
fdroidclient#1000
This commit is contained in:
parent
8588b89eff
commit
42a9833536
1 changed files with 0 additions and 4 deletions
|
|
@ -116,10 +116,6 @@ regex_checks = {
|
|||
_("Unnecessary leading space")),
|
||||
(re.compile(r'.*\s$'),
|
||||
_("Unnecessary trailing space")),
|
||||
(re.compile(r'.*([^[]|^)\[[^:[\]]+( |\]|$)'),
|
||||
_("Invalid link - use [http://foo.bar Link title] or [http://foo.bar]")),
|
||||
(re.compile(r'(^|.* )https?://[^ ]+'),
|
||||
_("Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]")),
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue