Currently we do not enable the handling of inline suppressions by default. We should enable this since it just makes sense and also to avoid unexpected warnings from already annotated code.
There's a caveat though if the code is being processed by multiple Cppcheck versions and the finding is no longer reported. This might lead to unexpected unmatchedSuppression warnings (which was proposed in #77).
Currently we do not enable the handling of inline suppressions by default. We should enable this since it just makes sense and also to avoid unexpected warnings from already annotated code.
There's a caveat though if the code is being processed by multiple Cppcheck versions and the finding is no longer reported. This might lead to unexpected
unmatchedSuppressionwarnings (which was proposed in #77).