xinghuayu007 opened a new issue, #11027: URL: https://github.com/apache/incubator-gluten/issues/11027
### Description Use clang-tidy to check cpp files to make code robot. 1. 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 3. Compile the code bash dev/builddeps-veloxbe.sh 4. 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
