From 0e3189d406684e44608e01c93f7e2d53fa07b40a Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 28 May 2024 09:50:44 -0700 Subject: BaseTools/Scripts: Remove Cc: tag check from PatchCheck.py The commit message format requirements have been updated for GitHub PR based code reviews and no longer required Cc: tags for the maintainers and reviewers. Remove the Cc: tag check from PatchCheck.py. Signed-off-by: Michael D Kinney --- BaseTools/Scripts/PatchCheck.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'BaseTools') diff --git a/BaseTools/Scripts/PatchCheck.py b/BaseTools/Scripts/PatchCheck.py index a3b812f..762a1a8 100755 --- a/BaseTools/Scripts/PatchCheck.py +++ b/BaseTools/Scripts/PatchCheck.py @@ -234,8 +234,6 @@ class CommitMessageCheck: def check_misc_signatures(self): for sigtype in self.sig_types: sigs = self.find_signatures(sigtype) - if sigtype == 'Cc' and len(sigs) == 0: - self.error('No Cc: tags for maintainers/reviewers found!') cve_re = re.compile('CVE-[0-9]{4}-[0-9]{5}[^0-9]') -- cgit v1.1