mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
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:
parent
6f6213ec90
commit
2c0cd59345
@ -1447,8 +1447,8 @@ sub process {
|
||||
$is_patch = 1;
|
||||
}
|
||||
|
||||
if ($line =~ /^(Author|From): .* via .*<qemu-devel\@nongnu.org>/) {
|
||||
ERROR("Author email address is mangled by the mailing list\n" . $herecurr);
|
||||
if ($line =~ /^(Author|From): .*noreply.*/) {
|
||||
ERROR("Real email adress is needed\n" . $herecurr);
|
||||
}
|
||||
|
||||
#check the patch for a signoff:
|
||||
|
Loading…
Reference in New Issue
Block a user