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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user