This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
-
Hi @ALL, I already have a .clang-tidy config file for my project. Thanks for the help |
Beta Was this translation helpful? Give feedback.
Answered by
BenniWi
Feb 23, 2023
Replies: 1 comment 1 reply
-
Actually I would like to answer this question on my own since I just figured it out. I don't know if it is intended like that, but it works if I specify a compiler argument |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BenniWi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually I would like to answer this question on my own since I just figured it out.
I don't know if it is intended like that, but it works if I specify a compiler argument
"clang-tidy.compilerArgs": [ "--config-file=.clang-tidy" ]