johnthagen/clion-cppcheck

Make it possible to view the raw output

开放

#53 创建于 2020年11月21日

 (0 条评论) (0 个反应) (1 位负责人)Java (7 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (37 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently there is no way to look at the Cppcheck output from inside the IDE. You need to call it manually with the proper command-line options you get that.

We should provide an action which will show the whole raw output of the analysis for the current file similar to the Show Clang-Tidy Info action within CLion.

We should also make the --debug output available so it is easier to file upstream bug reports.

贡献者指南