News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

about the Cppcheck plugin arguments

Started by cambalinho, September 06, 2015, 08:01:40 PM

Previous topic - Next topic

cambalinho

can i change the Cppcheck plugin arguments for check just the custommer header file and not all included files?
(anotherthing: i lose the standard argument )

oBFusCATed

You can pass custom arguments to the cppcheck executable.
The question is can cppcheck do what you want.
Unfortunately I don't know the answer, you might get it by asking on a cppcheck support channel (mailing list or forum).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cambalinho

do you have the Code Blocks?
if yes: please copy paste the entire arument list for i correct it.
(Settings - Environment on menu. cppcheck(on left), "cppcheck arguments"... just copy the text and give me, please)

oBFusCATed

--verbose --enable=all --enable=style --xml
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cambalinho

thanks for that.
now maybe someone can help me with arguments commands for just read my own header file ;)
thanks for all

oBFusCATed

As I've said you have a better chance to get an answer by cppcheck support people.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]