summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/CPPLINT.cfg
blob: ffe6c23bae40660fbebc522f3d391f61675c5ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set noparent
filter=-build/header_guard,-runtime/explicit,-build/include_subdir,-runtime/references,-build/c++11,-runtime/int,-runtime/string,-runtime/printf,-build/namespaces,-readability/casting

# Ignore build DIR
exclude_files=build_Release
exclude_files=build_Debug
# Ignore DIRs that are largely copied from OpenVINO and not actively maintained by CoreDLA
exclude_files=common
exclude_files=classification_sample_async
exclude_files=object_detection_demo
exclude_files=segmentation_demo
# Ignore DIRs from other orgs and not actively maintained by CoreDLA
exclude_files=streaming
exclude_files=coredla_device

linelength=160
headers=h,hpp