summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/CPPLINT.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'python/openvino/runtime/CPPLINT.cfg')
-rw-r--r--python/openvino/runtime/CPPLINT.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/python/openvino/runtime/CPPLINT.cfg b/python/openvino/runtime/CPPLINT.cfg
new file mode 100644
index 0000000..ffe6c23
--- /dev/null
+++ b/python/openvino/runtime/CPPLINT.cfg
@@ -0,0 +1,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