From 94bde382d52b3bd72d4ac6dcfce23d6de1713f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=B0?= <508610057@qq.com> Date: Thu, 16 Sep 2021 06:34:36 +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..8c431fef0 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" +"/models/official/cv/cspdarknet53/infer/mxBase/Cspdarknet53Classify.h" "runtime/references" +"/models/official/cv/alexnet/infer/mxbase/src/Alexnet.h" "runtime/references" -- Gitee