diff --git a/scripts/ci/check_compliance.py b/scripts/ci/check_compliance.py index aa4ec915b15..397edd09d35 100755 --- a/scripts/ci/check_compliance.py +++ b/scripts/ci/check_compliance.py @@ -1322,7 +1322,7 @@ class Identity(ComplianceTest): def run(self): for shaidx in get_shas(COMMIT_RANGE): - commit = git("log", "--decorate=short", "-n 1", shaidx) + commit = git("log", "--decorate=short", "--no-use-mailmap", "-n 1", shaidx) signed = [] author = "" sha = ""