checkstyle9.pl: Add check for bad email
Add check for bad email. And remove check for qemu that doesn't matter. Sponsored by: Netflix
This commit is contained in:
@@ -1447,8 +1447,8 @@ sub process {
|
|||||||
$is_patch = 1;
|
$is_patch = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($line =~ /^(Author|From): .* via .*<qemu-devel\@nongnu.org>/) {
|
if ($line =~ /^(Author|From): .*noreply.*/) {
|
||||||
ERROR("Author email address is mangled by the mailing list\n" . $herecurr);
|
ERROR("Real email adress is needed\n" . $herecurr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#check the patch for a signoff:
|
#check the patch for a signoff:
|
||||||
|
|||||||
Reference in New Issue
Block a user