zeyi2 wrote:

> How do I actually run the `Code lint` CI job's equivalent locally on my 
> machine?

Inside the CI comment there is a command that you can run:

```
git diff -U0 origin/main...HEAD -- 
clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStaticCheck.cpp
 |
python3 clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py   -path build -p1 
-quiet`
```

https://github.com/llvm/llvm-project/pull/191712
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to