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.
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.