notskm / vscode-clang-tidy

MIT License
48 stars 26 forks source link

Allow clang-tidy to ignore specific folders #17

Closed geiseri closed 4 years ago

geiseri commented 4 years ago

It seems that there is no way to ignore folders in the workspace. This is an issue for me since I do not want to run tidy on my tests directory..

notskm commented 4 years ago

I've been thinking about adding a blacklist for a while. I'll look into that soon.

HorstBaerbel commented 4 years ago

Another use case: It is also necessary to exclude the build directory when using CMake...

notskm commented 4 years ago

Done as of #33