]> git.ipfire.org Git - thirdparty/bind9.git/commit
Skip length check for lines containing references
authorMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 13:57:47 +0000 (14:57 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 14:13:34 +0000 (15:13 +0100)
commit4aaab7a792e8e7d8f91b107d131d8a751ccbe066
treee67b2c7aacd409a36545b08bc25e0abf4cf7d784
parentc3341d3a85627c05ffbaeb39f30d9c9df365e9fc
Skip length check for lines containing references

The Danger GitLab CI job currently flags excessively long lines in
commit log messages.  Exclude lines containing references (i.e. starting
with "[1]", "[2]", etc.) from this check.  This allows e.g. long URLs to
be included in commit log messages without triggering Danger warnings.

(cherry picked from commit 09964e8085494bffb4f8038be30babfaafe66ea3)
dangerfile.py