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:
committed by
Ilya Maximets
parent
903294cde6
commit
d56932aac6
@@ -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
|
||||
|
Reference in New Issue
Block a user