johnthagen / clion-cppcheck

:ballot_box_with_check: cppcheck plugin for CLion
https://plugins.jetbrains.com/plugin/8143-cppcheck/
MIT License
31 stars 6 forks source link

`no location` error notification shown for `checkersReport` #97

Open firewave opened 10 months ago

firewave commented 10 months ago

Starting with 2.13.0 Cppcheck will always generate a checkersReport error when information i enabled:

<error id="checkersReport" severity="information" msg="Active checkers: 59/592 (use --checkers-report=&lt;filename&gt; to see details)" verbose="Active checkers: 59/592 (use --checkers-report=&lt;filename&gt; to see details)"/>

As this has no location information it will produce a error notification on each analysis.