Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-tidy Support #27

Open
dsanders11 opened this issue Oct 16, 2022 · 0 comments
Open

clang-tidy Support #27

dsanders11 opened this issue Oct 16, 2022 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@dsanders11
Copy link
Owner

Support will fall out automatically from #26, but clangd reads the on-disk configuration for clang-tidy, or lets you change clang-tidy config in the clangd config file. However, it's useful to allow running one-off clang-tidy checks without requiring modifying configs. Add an "Electron Build Tools: Run clang-tidy" command which will provide a quick pick to select checks to run (populate from clang-tidy --checks=* --list-checks) and whether or not to automatically fix the errors (clang-tidy --fix).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
Status: Todo 🗒
Development

No branches or pull requests

1 participant