After installing SonarLint plugin for Eclipse (v2.0), the .project files in the workspace are changed! They are automatically extended by:
<buildCommand>
<name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
<arguments>
</arguments>
</buildCommand>
In our opinion it's a bug in the SonarLint plugin. As long as I don't extend a project by SonarLint-specific options the file .project should not be changed.
Can this problem be solved by means of any plugin options?