mirror of
https://github.com/openvswitch/ovs
synced 2025-09-04 08:15:25 +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:
@@ -844,6 +844,8 @@ def ovs_checkpatch_parse(text, filename, author=None, committer=None):
|
|||||||
# for a common style.
|
# for a common style.
|
||||||
if current_file.startswith('include/sparse'):
|
if current_file.startswith('include/sparse'):
|
||||||
continue
|
continue
|
||||||
|
if current_file.startswith('utilities/bugtool'):
|
||||||
|
continue
|
||||||
run_checks(current_file, cmp_line, lineno)
|
run_checks(current_file, cmp_line, lineno)
|
||||||
|
|
||||||
run_file_checks(text)
|
run_file_checks(text)
|
||||||
|
Reference in New Issue
Block a user