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

feat: add build support (clang-format clang-tidy cpplint) #50

Merged

Conversation

longfar-ncy
Copy link
Collaborator

添加clang-format clang-tidy cpplint功能,使用方法:

  • clang-format: 在编译目录下运行命令 make format
  • clang-tidy: make clang-tidy (不带自动修复) make clang-tidy-fix (自动修复)
  • cpplint: make cpplint

具体clang-format 和 clang-tidy 规则还是根目录下.clang-format 和 .clang-tidy 没有改动,现在的.clang-tidy检验是不过关的,后续看看再调整规则

@github-actions github-actions bot added the ✏️ Feature New feature or request label Nov 23, 2023
@AlexStocks AlexStocks merged commit ef001a5 into OpenAtomFoundation:unstable Nov 24, 2023
3 checks passed
Centurybbx pushed a commit to Centurybbx/pikiwidb that referenced this pull request Nov 27, 2023
@longfar-ncy longfar-ncy deleted the feat/build-support branch December 18, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants