-
Notifications
You must be signed in to change notification settings - Fork 590
Use clang-tidy to check cpp files #11027
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Use clang-tidy to check cpp files to make code robot.
- Install clang-tidy tool
Download the tool from: https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang+llvm-18.1.8-x86_64-linux-gnu-ubuntu-18.04.tar.xz - Compile the code
bash dev/builddeps-veloxbe.sh - run clang-tidy check script
python3 cpp/run-clang-tidy.py --fix fix --build-dir cpp/build/ --project-root /app/incubator-gluten
Gluten version
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request