SonarQube support

Hi,

Are there any plans to 'officially' support SonarQube in IntelliJ?  We've just implemented it here and it would be a great thing to have integration with IDEA.  I know there are community plugins (I've tried them all), but either they don't work (especially in 13) or they don't do real-time analysis, etc.

We use PMD and Checkstyle, which are easily imported into SonarQube. QAPlug seemed to work OK on 12, but not on 13.

It seems that everyone wants to create their own inspection rules.  SonarQube have their own, IDEA has it's own, etc.  What's the way forward do you think?  It would be easier it seemed if JetBrains supported the most popular inspection tools out of the box.

0
2 comments

+1, thanks for the question!


0

I know there are community plugins (I've tried them all), but either they don't work (especially in 13) or they don't do real-time analysis, etc.

In the meantime this has changed, the community plugin implements support for incremental analysis. Unfortunatelly it's still not real-time like intellij's inspections, as currently sonars engine does not support it.
0

Please sign in to leave a comment.