This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
template flag is hard-coded, can't change to 'gcc' #67
Open
Description
What steps will reproduce the problem?
1. Run cppcheck plugin within Eclipse 3.8.2, Linux 64-bit on a C or C++ file
2. See console output
3. The template flag is hardcoded to
"--template={file};{line};{severity};{id};{message}"
What is the expected output? What do you see instead? Please provide output
of the console view of cppcheclipse as well as the Eclipse error log.
The output is expected given the template flag. I want to be able to specify a
different template flag, e.g. --template=gcc
What version of the cppcheclipse, cppcheck, Eclipse and Java are you using?
On what operating system?
cppcheck 1.63
java version "1.8.0_05"
Red Hat Enterprise Linux Workstation release 6.5 (Santiago)
Please provide any additional information below.
This is a feature request.
Original issue reported on code.google.com by [email protected]
on 1 May 2014 at 11:59