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:
Daniel Martí 2015-06-03 15:52:46 +02:00
parent 4b59f913f1
commit beb17ad84a
2 changed files with 0 additions and 8 deletions

View file

@ -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"),