how do you specify cppcheck parameters in jenkins?
I can see from the console output that the following is being run:
+ cppcheck --output-file=cppcheck.xml --enable=all --inconclusive --xml --xml-version=2 ../
I don't know where the cppcheck parameters are specified