From ff49ab2f8b7d15a0e0fe6d54ead7b4a5830e0a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=BE=8E=E9=A6=99?= <810794455@qq.com> Date: Thu, 16 Sep 2021 07:16:50 +0000 Subject: [PATCH] update .jenkins/check/config/filter_cpplint.txt. --- .jenkins/check/config/filter_cpplint.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jenkins/check/config/filter_cpplint.txt b/.jenkins/check/config/filter_cpplint.txt index ba47bdc44..4be89f0ef 100644 --- a/.jenkins/check/config/filter_cpplint.txt +++ b/.jenkins/check/config/filter_cpplint.txt @@ -6,3 +6,5 @@ "mindspore/model_zoo/official/cv/yolov4_tiny/infer/mxbase/src/Yolov4TinyDetection.h" "runtime/references" "mindspore/model_zoo/official/cv/yolov4_tiny/infer/mxbase/src/PostProcess/Yolov4TinyMindsporePost.h" "runtime/references" "mindspore/model_zoo/official/cv/resnet/infer/ResNet18/mxbase/Resnet18ClassifyOpencv.h" "runtime/references" +"mindspore/model_zoo/official/cv/resnext/infer/mxbase/main_opencv.cpp" "runtime/references" +"mindspore/model_zoo/official/cv/resnext/infer/mxbase/Resnext101ClassifyOpencv.h" "runtime/references" -- Gitee