Some of us may have too many email addresses, or too long names. Signed-off-by: Ihar Hrachyshka <[email protected]> --- utilities/checkpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py index 58bdf90b9..c19e34442 100755 --- a/utilities/checkpatch.py +++ b/utilities/checkpatch.py @@ -218,7 +218,7 @@ skip_committer_signoff_check = False # # Python isn't checked as flake8 performs these checks during build. line_length_blacklist = re.compile( - r'\.(am|at|etc|in|m4|mk|patch|py|yml)$|^debian/.*$') + r'\.(am|at|etc|in|m4|mailmap|mk|patch|py|yml)$|^debian/.*$') # Don't enforce a requirement that leading whitespace be all spaces on # files that include these characters in their name, since these kinds -- 2.51.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
