Search code examples
intellij-ideasonarqubesonarlintsonarlint-intellij

Connected Mode on SonarLint v2.0 on IntelliJ not working?


SonarLint v2.0 for IntelliJ is out now, and has this "connect to sonar server" feature, but even so, it seems it isn't in sync with my server rules.

http://www.sonarlint.org/intellij/#Connected

Is it working for someone? I'm I missing a step? Or could it be a bug?

Thanks!

IntelliJ Idea Version: 2016.1 SonarLint Version: 2.0.1 SonarQube Version: 5.4


Solution

  • SonarLint, as of now, won't work with third party analyzers like PMD or FindBug, if you are using those, they will simple be ignored.

    You can update your rules in SonarQube Server to only use rules defined in the SonarQube repository, most of them have an equivalent version.