SonarQube And SonarLint difference

前端 未结 4 2092
野性不改
野性不改 2020-12-24 04:35

How exactly is sonarQube different from SonarLint ? SonarQube has a server associated with it and Sonar lint works more like a plugin. But what are their specific difference

4条回答
  •  庸人自扰
    2020-12-24 04:47

    It should be added that SonarQube also performs scans with 3rd party analyzers (findBugs, checkstyle, PMD) whereas SonarLint does not include those. I think the reason is a prioritization on performance and findBugs relying on java byte-code.

    Thereby your findings in SonarQube and SonarLint can vary, if the underlying quality profile uses 3rd-party scanners.

提交回复
热议问题