Skip to content

Commit

Permalink
BaseTools/Scripts: Remove Cc: tag check from PatchCheck.py
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mdkinney authored and mergify[bot] committed May 28, 2024
1 parent 0828157 commit 0e3189d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BaseTools/Scripts/PatchCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ def check_signed_off_by(self):
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]')

Expand Down

0 comments on commit 0e3189d

Please sign in to comment.