summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/CPPLINT.cfg
diff options
context:
space:
mode:
authorEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
committerEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
commitab224e2e6ba65f5a369ec392f99cd8845ad06c98 (patch)
treea1e757e9341863ed52b8ad4c5a1c45933aab9da4 /python/openvino/runtime/CPPLINT.cfg
parent40da1752f2c8639186b72f6838aa415e854d0b1d (diff)
downloadthesis-master.tar.gz
thesis-master.tar.bz2
thesis-master.zip
completed thesisHEADmaster
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