commit | 39180a91cc6affc12cf21d650835c54cdc992166 | [log] [tgz] |
---|---|---|
author | Thomas Broyer <t.broyer@gmail.com> | Thu Jun 19 16:15:08 2014 +0200 |
committer | Thomas Broyer <t.broyer@gmail.com> | Thu Jun 19 16:15:08 2014 +0200 |
tree | 419148860ef3a879488ca3c3f531b50a3b136379 | |
parent | 23e34a5c3018f421c513066618f54fa2d7febb26 [diff] |
lint: avoid false positives with URLs at start of line in body When the message body's last line starts with a URL, lint thought this was a footer line. This change blacklists URLs using the same regexp as the Gerrit commit-msg hook, by matching ^[a-ZA-Z0-9-]:// (i.e. a footer field name directly followed by two slashes) Change-Id: I061bee679e7ec807fa0d7c233fbbf432faa268c0