johnthagen/clion-cppcheck

Improve batch analysis behavior

Aberta

#54 aberto em 21 de nov. de 2020

 (1 comentário) (0 reação) (0 responsável)Java (7 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (37 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador