未验证 提交 5ded39f2 编写于 作者: W wanghuancoder 提交者: GitHub

fix cpplint cfg, test=develop (#30924)

上级 9e527d99
......@@ -19,7 +19,7 @@ for file in $files; do
if [[ $file =~ ^(patches/.*) ]]; then
continue;
else
cpplint --filter=-readability/fn_size $file;
cpplint --filter=-readability/fn_size,-build/include_what_you_use,-build/c++11 $file;
TOTAL_ERRORS=$(expr $TOTAL_ERRORS + $?);
fi
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册