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 <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
08281572aa
commit
0e3189d406
@ -234,8 +234,6 @@ class CommitMessageCheck:
|
|||||||
def check_misc_signatures(self):
|
def check_misc_signatures(self):
|
||||||
for sigtype in self.sig_types:
|
for sigtype in self.sig_types:
|
||||||
sigs = self.find_signatures(sigtype)
|
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]')
|
cve_re = re.compile('CVE-[0-9]{4}-[0-9]{5}[^0-9]')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user