0

I have 4 XML files(rule set) for languages Java, CSS, XML and WEB (one XML per language) I was able to import the rules(XML file) for Java language but I dont see other three languages on Sonarqube server. How can I create a new language tab and import their rules? Is there a plugin I can use?

Thanks!

user3845894
  • 353
  • 1
  • 5
  • 17

1 Answers1

2

To add support for more languages, you need to install dedicated plugins that you will find:

  • Fabrice, just a question - I was able to add languages using the plugins you mentioned in the links above but when I did that, another profile got added by itself called "SonarQube Way" and it's not even letting me delete that profile. Also 2 other languages "SCSS" and "Less" got added by itself. Any idea why that happened? – user3845894 Feb 03 '17 at 19:55
  • - the plugin you added handle several languages, including SCSS and Less - SonarQube Way is the default built-int Quality Profile included with the plugin. Feel free to extend this Quality Profile by creating a new one and changing the rules you find appropriate – Teryk - SonarSource Feb 06 '17 at 13:30