2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 08:45:23 +00:00

checkpatch: Ignore yml files when checking line lengths.

As far as I can tell they're used mostly for CI job definitions and
these tend to result in long lines.

Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2023-June/405796.html
Suggested-by: Aaron Conole <aconole@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Dumitru Ceara
2023-06-23 14:12:33 +02:00
committed by Ilya Maximets
parent 903294cde6
commit d56932aac6

View File

@@ -195,7 +195,7 @@ skip_signoff_check = False
#
# Python isn't checked as flake8 performs these checks during build.
line_length_ignore_list = re.compile(
r'\.(am|at|etc|in|m4|mk|patch|py)$|^debian/.*$')
r'\.(am|at|etc|in|m4|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