How can I exclude complete folder from check
sparkskapil opened this issue · 2 comments
sparkskapil commented
How can I exclude complete folder from check
VioletGiraffe commented
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.
sparkskapil commented
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