How to use SonarLint in Eclipse

前端 未结 3 1826
礼貌的吻别
礼貌的吻别 2021-02-03 22:02

I was assigned to use SonarQube for code quality. But while I\'m downloading it\'s plugin to Eclipse I understood it is deprecated and new one is SonarLint.

But as so

3条回答
  •  日久生厌
    2021-02-03 22:29

    You can install SonarLint as described by Sumit Singh. Then you can link your project to a sonarqube server as described here

    After that just make a change and save it. Sonarlint will automatically analyze the project for you. Cause analyzing is enabled by default (as far as i know)

提交回复
热议问题