VioletGiraffe/cppcheck-vs-addin

How can I exclude complete folder from check

sparkskapil opened this issue · 2 comments

How can I exclude complete folder from check

Hm, there doesn't seem to be such an option. You can exclude files by file names (not by full path), and you can exclude include paths, but not source files based on their folder.

Thanks for the reply.
I found a way to exclude a folder by using regex in Excluded Include paths
.*3rdParty.*
This will exclude all files in folder named 3rdParty