I have a project that relies on the some external sources and I would prefer not to change them. The problem is that a lot of warnings are generated from these sources and it also slows down the whole process of running the analyzer on the code.
All these source files to be ignored are in the same directory so it would be convenient to able to flag the directory as a no go place for the analyzer.
Convenient yes, but possible?