]> 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 13:57:47 +0000 (14:57 +0100)
commit09964e8085494bffb4f8038be30babfaafe66ea3
tree181e00e80b28a8a35051c800b69b50bc136b008c
parent801d13f62fe60436db16f525231172145f8ccde5
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.
dangerfile.py