liam xu
liam xu

Reputation: 3030

Where does sonarqube put the default widget?

I want to write my own plugin. I am not familiar with ruby on rails. I want to refer to the existing widget source code that coded by ruby. But How can I find them in the sonarqube folder?

Below is my sonarqube folder structure

For instance, where is the source code for the following widget? enter image description here

Upvotes: 1

Views: 89

Answers (1)

If you look at SonarQube source code on GitHub, you will see that the Ruby templates for those widgets are located in a the Core plugin.

This means that those widget files are bundled in a JAR and deployed inside SonarQube installation folder. So you don't have a direct access to those files when installing SonarQube.

Upvotes: 0

Related Questions