SonarQube Ecosystem Updates (SonarQube and SonarLint)

We are using SonarQube 5.1 and want to upgrade to SonarQubee 5.2 or 5.3 due to some problems around the problem destination area of ​​SonarQube 5.1 We also use the eclipse 3.5.0 plugin

for SonarQube.

I recently noticed that the SonarQube eclipse 3.5.0 plugin is not supported using SonarQube 5.2 at http://docs.sonarqube.org/display/SONAR/SonarQube+in+Eclipse .

Also, the latest release of SonarLint 1.2 cannot connect to a remote instance of sonar to select server rules. This feature was available with the SonarQube eclipse 3.5.0 plugin. I found in Stackoverflow that SonarLint will support this feature with release 2.0, but there is no planned release date for 2.0. Getting a remote configuration file for SonarLint if it is available on the Internet, using local if it is disabled

  • My question is why are SonarQube system updates not in sync? The SoarQube eclipse plugin must support the latest SonarQube versions until SonarLint can connect to the remote Sonar instance to retrieve server rules.
  • How can someone who needs to take SonarQube updates to solve problems with an existing version can perform an eclipse analysis?
+4
source share
1 answer

As you read, the SonarQube Eclipse plugin is deprecated in favor of SonarLint for Eclipse . One of the main reasons for this is that SonarLint for Eclipse is designed as an independent product, the life cycle of which should be separated from SonarQube - to facilitate and accelerate innovation for users in the IDE. Thus, to date, updates to SonarQube and SonarLint by definition are not synchronized.

, : SQ Eclipse, SonarLint SonarQube? , SonarLint, , , " SonarQube", , SonarQube, - SQ Eclipse, , SonarLint, , SonarQube ( LTS).

+5

Source: https://habr.com/ru/post/1620993/


All Articles