johnthagen/clion-cppcheck

Improve batch analysis behavior

Offen

#54 geöffnet am 21.11.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (7 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (37 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide