提交 83e6430d 编写于 作者: 朔-望's avatar 朔-望

add clang-tidy support

上级 5f0e5823
#!/bin/bash
set -e
echo "clang-tidy formating init"
clang-tidy -checks="-*,misc-unused-using-decls" -fix src/framework/data_type.h --
TOTAL_ERRORS=0
# The trick to remove deleted files: https://stackoverflow.com/a/2413151
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册