diff options
author | Leif Lindholm <leif.lindholm@oss.qualcomm.com> | 2025-06-30 15:55:50 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-07-02 20:14:21 +0000 |
commit | 27d44c1abd676a8db2cb92f231e2bc4cc89370da (patch) | |
tree | 876b68b20db5ca7b69423a7b33c0bc004f347cd3 /BaseTools/Source/Python | |
parent | 7c40bc06a9d3da504c7046303c767d38fda3a1fe (diff) | |
download | edk2-27d44c1abd676a8db2cb92f231e2bc4cc89370da.zip edk2-27d44c1abd676a8db2cb92f231e2bc4cc89370da.tar.gz edk2-27d44c1abd676a8db2cb92f231e2bc4cc89370da.tar.bz2 |
BaseTools/PatchCheck.py: drop redundant line count check
Before doing the subject line length check, the script checks that the
number of lines in the commit message (including subject) is not less
than or equal to zero - and returns if it is.
However, then the test for whether the subject line starts with a CVE
tag inexplicably also checks for whether the number of lines are
greater than or equal to one. This is just clutter, so drop it.
Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions