]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't warn about subject line length for the fixup commits
authorAram Sargsyan <aram@isc.org>
Wed, 6 Sep 2023 09:52:12 +0000 (09:52 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 14 Sep 2023 11:24:00 +0000 (11:24 +0000)
commit43409d27e441732397218d483ec58fae00fa6b10
treecb9fca15cec605a92315a70a88f7d6120316064f
parent0c0f694a8627b69ce23ff74696a9d9eac2452a02
Don't warn about subject line length for the fixup commits

The fixup commits' subject line has a prefix which has its own
length, so warning about the exceeding length is not accurate.
Given that the fixup commits can not be merged, because they
cause a danger failure, it's safe to ignore the length check
for them.

(cherry picked from commit 3db2beef9ff8cdd5bfc62f8cc18bf6a75a9102f8)
dangerfile.py