clangd not using .clang-tidy? #1730
Answered
by
PerMalmberg
PerMalmberg
asked this question in
Q&A
-
Hi, First of all, thank you for this plugin. I'm trying to figure out how to get the clangd LS to use the .clang-tidy file. It seems it is currently running with some default checks - it is missing misc* checks compared to the output from the cmake build that runs clang-tidy in the lower part of the image. Any tips appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
PerMalmberg
Jun 11, 2024
Replies: 1 comment 1 reply
-
According to the docs, .clang-tidy is supposed to be read. I also tried a .clangd, but that made no difference. Anyone with an idea? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved: clangd/clangd#2064