Somehow coverity does not like my way of indenting and I'm getting NESTING_IDENT_MISMATCH errors from all over the source code.
This had not the intended effect, as it made me ignore the daily reports from coverity.
I read that one can silence coverity by adding some attribute just above the line coverity is complaining about. But this would require an excessive amount of attributes (making the code unreadable for me).
Is there some way to silence certain coverity errors globally or at least anywhere below a certain source line?