]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck
authorPhilippe Mathieu-Daude <philmd@redhat.com>
Thu, 9 Jan 2020 10:55:43 +0000 (18:55 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 10 Jan 2020 04:06:42 +0000 (04:06 +0000)
commit8ffa47fb3abd58ded6fe852ee9f518d19f9f9858
treea11dd89b67cb759fa492324c42699a7c2abe896f
parent1f0d8096291651e6c20dbbc57d108321c1443563
BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck

As we are going to reuse this code out of the CommitMessageCheck
class, extract it in a new class: EmailAddressCheck.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
BaseTools/Scripts/PatchCheck.py