提交 c87a5202 编写于 作者: L Liangliang He

Enable cppling checking in CI

上级 2e63d745
......@@ -9,8 +9,7 @@ cpplint:
- master
script:
- curl -o cpplint.py https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py
# FIXME remove "|| true" after cpplint fixed
- python cpplint.py --root=mace --linelength=80 --counting=detailed $(find mace -name *.h -or -name *.cc | grep -vE "half.h") || true
- python cpplint.py --root=mace --linelength=80 --counting=detailed $(find mace -name *.h -or -name *.cc)
ops_test:
stage: ops_test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册