mulesoft-catalyst / mule-sonarqube-plugin

The Mule SonarQube Plugin provides the capability to do code inspecting and taking project metrics from a mule project using SonarQube.
The Unlicense
46 stars 68 forks source link

Sonarqube dce 9.8.0 not installing mulesoft sonarqube plugin #55

Open abhibacheti opened 1 year ago

abhibacheti commented 1 year ago

Hello Everyone,

I am using sonaruqbe dce 9.8.0 via helm chart values.

I am getting this error. java.io.FileNotFoundException: extensions/plugins/rules-3.xml (No such file or directory)

I also tried to download this file at same location via https://github.com/mulesoft-catalyst/mule-sonarqube-plugin/blob/master/src/test/resources/rules-3.xml but still getting error Caused by: java.lang.RuntimeException: unexpected element (uri:"", local:"html"). Expected elements are <{}rule>,<{}ruleset>,<{}rulestore>

Can any help to fix this?