Open LEI3550 opened 5 days ago
Hi @LEI3550. Thank you for your report. I can confirm that it is reproducible.
run-clang-tidy.py not found in your PATH
run-clang-tidy
without any file extension is available in the esp-clang install directory. We can solve this issue by invoking this file with the Python from venv directly.
We will take care of this issue soon.
Answers checklist.
IDF version.
esp-idf-v5.3.1
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
What is the expected behavior?
I followed the instruction to enable the function of clang-tidy in CMD.exe. The steps were shown as "Steps to reproduce".
What is the actual behavior?
The log showed "run-clang-tidy.py not found in your PATH". The clang-check didn't work.
Steps to reproduce.
Build or installation Logs.
More Information.
No response