Skip to content

clang-tidy Support #27

@dsanders11

Description

@dsanders11

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo 🗒

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions