johnthagen/clion-cppcheck

Improve batch analysis behavior

开放

#54 创建于 2020年11月21日

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

仓库指标

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

描述

Currently the batch analysis is just a batch of on-the-fly inspections. So if you pass a folder to it you will get different results as if you passed a folder to Cppcheck.

We are also ignoring findings on header (.h) files which are reported while analyzing a source file. These findings need to be reported in the batch analysis as well.

贡献者指南