Search code examples
regexcoverity-preventcoverity

Can I filter my Coverity filename results using something like a regex?


I'm working with Coverity and I'd like to filter my filename results in my view in a regex style.

Is there anything more sophisticated available in coverity apart from:

? - Any single character
* - Any group of characters

Which is somewhat limiting, is there any support for regex style filtering? (I can't find anything that works)


Solution

  • Use components. Define a component with a filename regex and then filter by that component to view only filenames that match.