mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
patchreview: don't disable malformed SoB check
We cleaned up the metadata so this can be enabled again. (From OE-Core rev: 9611485bba03ef77ff31121e3b1da7cd57990c3e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db4965438b
commit
076d8fcdd2
@@ -132,8 +132,8 @@ def analyse(results, want_blame=False, verbose=True):
|
||||
need_blame = True
|
||||
if verbose:
|
||||
print("Missing Signed-off-by tag (%s)" % patch)
|
||||
# TODO: disable this for now as too much fails
|
||||
if False and r.malformed_sob:
|
||||
|
||||
if r.malformed_sob:
|
||||
need_blame = True
|
||||
if verbose:
|
||||
print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch))
|
||||
|
||||
Reference in New Issue
Block a user