I'm trying to exclude a 3rd party header only lib from the misra scan as it adds 10+ minutes. The include is bracketed by a #ifdef, so should be excluded. But it definitely is included.
How can I exclude it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to exclude a 3rd party header only lib from the misra scan as it adds 10+ minutes. The include is bracketed by a #ifdef, so should be excluded. But it definitely is included.
How can I exclude it?