johnthagen/clion-cppcheck

Improve batch analysis behavior

オープン

#54 opened on 2020/11/21

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (7 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (37 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド