-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
We have pre-commit hooks in the root directory
- https://github.com/PaddlePaddle/Paddle/blob/develop/.clang_format.hook
- https://github.com/PaddlePaddle/Paddle/blob/develop/.copyright.hook
and in the tools directory
- ./tools/codestyle/cpplint_pre_commit.hook
Let us move them into /tools/pre-commit.hook
like what I did in https://github.com/wangkuiyi/fluid