johnthagen / johnthagen/clion-cppcheck
enable `--inline-suppr` by default
Open
enhancement
- Dominant language
- Java
- Stars
- 35
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.