You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: