johnthagen/clion-cppcheck

Improve batch analysis behavior

Ouverte

#54 ouverte le 21 nov. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Java (7 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (37 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur