mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Don't use the commits feed as a changelog link in import
If it's often not a replacement for a proper changelog, do not advise its usage.
This commit is contained in:
parent
4b59f913f1
commit
beb17ad84a
2 changed files with 0 additions and 8 deletions
|
|
@ -125,10 +125,6 @@ regex_pedantic = {
|
|||
(re.compile(r'.*github\.com/[^/]+/[^/]+/issues/.*'),
|
||||
"/issues is often enough on its own"),
|
||||
],
|
||||
'Changelog': [
|
||||
(re.compile(r'.*commit.*', re.IGNORECASE),
|
||||
"Not every commit log is suitable as change log"),
|
||||
],
|
||||
'Summary': [
|
||||
(re.compile(r'.*[a-z0-9][.!?][ $]'),
|
||||
"Punctuation should be avoided"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue