Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CodeStyle][CINN] fix cinn cpplint codestyle #55006

Merged
merged 3 commits into from
Jun 30, 2023

Conversation

huangjiyi
Copy link
Member

@huangjiyi huangjiyi commented Jun 29, 2023

PR types

Others

PR changes

Others

Description

修复过程:注释掉 .pre-commit-config.yamlcpplint-cpp-source hook 的 exclude 项,然后运行 pre-commit run cpplint-cpp-source --all-files > cpplint.txt,在结果中查找错误码再进行对应的修改,也可以直接运行 pre-commit run cpplint-cpp-source --all-files | grep "runtime/int" > cpplint.txt,结果中只包含有目标错误码的行

@paddle-bot
Copy link

paddle-bot bot commented Jun 29, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@SigureMo SigureMo merged commit 2ee5b29 into PaddlePaddle:develop Jun 30, 2023
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Jun 30, 2023
@huangjiyi huangjiyi deleted the fix_cpplint branch January 9, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants