johnthagen/clion-cppcheck

Improve batch analysis behavior

Aperta

#54 aperta il 21 nov 2020

 (1 commento) (0 reazioni) (0 assegnatari)Java (7 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (37 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor