clang-tidy configuration #61
Unanswered
ChristopherPisz
asked this question in
Q&A
Replies: 1 comment
-
For |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
clang-tidy seems to be useful to run on my code, but certain messages are going to conflict with coding standard for particular groups. How do I configure clang-tidy with the setup that cmake-init has created for me?
A link to other resources on clang-tidy might be appropriate here, but I have to tie it back to the cmakepresets.json file somehow.
For an example, I'd like to to skip complaints about "warning: invalid case style for virtual method 'getId' [readability-identifier-naming]"
Beta Was this translation helpful? Give feedback.
All reactions