]> 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 09:31:32 +0000 (09:31 +0000)
commit3db2beef9ff8cdd5bfc62f8cc18bf6a75a9102f8
tree1deba4da0c9b7233aa892280b97cb9e84ccca27b
parentfaeffce4eb6133c6aabc5a957d686e694a9cfd90
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.
dangerfile.py