Skip to main content

Module cppcheck

Module cppcheck 

Source
Expand description

Parser for cppcheck output using --template format.

We use --template='{file}\t{line}\t{column}\t{severity}\t{id}\t{message}' to get tab-separated output that’s easy to parse without XML dependencies.

Functions§

parse_cppcheck_output