Getting remote config file for SonarLint if online, using local if offline

前端 未结 1 1201
旧巷少年郎
旧巷少年郎 2021-01-07 01:41

Current

My company is currently using checkstyle and findbugs scripts to measure their code quality. I am the one to imigrate those settings into a new SonarQube d

相关标签:
1条回答
  • 2021-01-07 02:24

    SonarLint updates from the update site its rules and plugins once, and then can run offline. For the time being, you cannot point it to your own SonarQube Server with your own rules profile and settings. This feature will be added soon in the v2.0.

    There are several SonarQube Scanners, including a Jenkins SonarQube plugin. These scanners can use your SonarQube Server, you just need to configure the analysis.

    0 讨论(0)
提交回复
热议问题