sonarqube typescript plugin: “You must install a plugin that supports the language”

前端 未结 2 2159
别那么骄傲
别那么骄傲 2021-02-04 10:43

I\'m trying to setup SonarQube to analyse my TypeScript project using this plugin: https://github.com/Pablissimo/SonarTsPlugin

However, I\'m encountering an error like:<

2条回答
  •  遇见更好的自我
    2021-02-04 10:53

    Here are the Possible sonar.language values

     C# => "cs"
     CSS => "css"
     SCSS => "scss"
     Less => "less"
     Java => "java"
     Web => "web"
     XML => "xml"
     JSON => "json"
     JavaScript => "js"
    

    Install the required plugin and run the Scanner using -X switch, you can find the necessary values in the sonar logs.

提交回复
热议问题