Just analyse
Status: Beta
Brought to you by:
mischu
The plugin does too much for me. 1) invokes PC-Lint with options 2) analyzes the output.
I’d be glad, if it could do step 1 by myself and let the plugin just do 2.
Background:
In my project the options are generated for each file separately by an elaborate makefile. This cannot be handled by the plugin.
I’ve tried to fill the plugins “Lint call”-field with “cat XYZ.lint”, but this does not work. ("make XYZ.lint && cat XYZ.lint" also not)
Of cause its clear to me, that I have to provide the right –format option to PC-Lint.