2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 22:05:19 +00:00

checkpatch: Ignore utilities/bugtool.

Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
William Tu
2019-09-12 11:11:17 -07:00
committed by Ben Pfaff
parent c73d632a4b
commit 334eec6a8e

View File

@@ -844,6 +844,8 @@ def ovs_checkpatch_parse(text, filename, author=None, committer=None):
# for a common style.
if current_file.startswith('include/sparse'):
continue
if current_file.startswith('utilities/bugtool'):
continue
run_checks(current_file, cmp_line, lineno)
run_file_checks(text)