未验证 提交 16ff63a5 编写于 作者: W Wang Xin 提交者: GitHub

[CodeStyle][CINN] cpplint exclude cinn dirs (#54957)

上级 bb118132
......@@ -98,6 +98,11 @@ repos:
- --extensions=c,cc,cxx,cpp,cu,cuh,h,hpp,hxx,kps
- --filter=-readability/fn_size,-build/include_what_you_use,-build/c++11,-whitespace/parens
- --quiet
exclude: |
(?x)^(
paddle/cinn/.+|
test/cpp/cinn/.+
)$
# For CMake files
- repo: local
hooks:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册