Sonar Lint not in sync with server rules

后端 未结 1 914
心在旅途
心在旅途 2021-01-22 21:07

Sonar Lint 2.0, It\'s connected to my own Sonar Qube server with no issues reported by the plugin. The issue is that it is not in sync with my server rules. Found those mentione

1条回答
  •  囚心锁ツ
    2021-01-22 21:58

    The problem is that:

    1. SonarQube Server supports external plugins like PMD, FindBug, and CheckStyle.
    2. SonarLint management has decided not to support any external plugin, so you have only support of Sonar bug rules here.

    Solution:

    What we can do is that we can export the bug rules file from SonaQube Server and link it with the installed external plugins (PMD, FindBug, CheckStyle) so they can prompt you issues which Sonarlint is not able to show alone.

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