jkennedy1980 / clang-scanbuild-plugin

Jenkins plugin which enables static analysis of XCode projects using Clang scan-build
MIT License
10 stars 29 forks source link

Allow selectively publishing results #5

Open iragsdale opened 11 years ago

iragsdale commented 11 years ago

I have not found a good way to make scan-build ignore libraries, but it would be nice if we could choose to publish only certain results. We have a couple of large projects we have to build (sqlcipher and openssl), and we don't need to track the static analysis output for those projects. It would be really nice to only show the output for our own projects.