After the appearance of PVS-Studio under Linux, I tried it on my project, and decided that using this analyzer would not hurt, in addition to all other analyzers.
And as the astrologers announced the week “They started PVS-Studio in their IDE”, I decided to describe how I set up Anjuta DevStudio (http://anjuta.org/). Thanks for the script thanks to
kloppspb and his article
Embed PVS-Studio in the Eclipse CDT (Linux) .
The script itself is taken from the original article and slightly modified for projects collected using autotools.
Next, open the project that we want to check, and go to Settings. Next General - the tab "Installed Plugins", and enable the plug-in "Tools" (Tools).
')
Go to the end of the list of settings to the “Tools” item and create a new tool “PVS-Studio Check”
And configure the tool as shown in the figure.
As a result, by running the check through the Tools menu, the PVS-Studio Check item, in the standard message window we will be able to receive errors and warnings from the analyzer, and double-click on the required line.