Hello Miguel
,
I could not make it work.
I am using Windows.
I made a C test program with main.c, /foodir/foo.h /foodir.c
In C::B, I put this in environment settings->cppcheck->cppcheck arguments:
--verbose --enable=all --enable=style --xml --suppress=missingIncludeSystem --config-exclude=foodir
After clicking on the plugins ->cppcheck, I see in the bottom of codeblocks:
cppcheck.exe --verbose --enable=all --enable=style --xml --suppress=missingIncludeSystem --config-exclude=/foodir --file-list=CppCheckInput.txt -I"foodir"
It looks like C::B put back the foodir with the -I.
Is there another way to change what is run at the command line?