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

Only certain files are being validated against rules #56

Open Alastair97 opened 1 year ago

Alastair97 commented 1 year ago

Hi,

Some files are being scanned but not having rules validated against them

The only files being validated against rules are the files in src/main/mule and the files in src/main/resources/dwls.

The pom.xml file in the root and the log4j2.xml and application.types.xml in src/main/resources are being scanned but NOT having rules validated against them.

My sources is configured as such: sonar.sources=pom.xml,src/main. My file prefixes are:'-Dsonar.mule.file.suffixes=.xml,.dwl'

These files should not be excluded from the rules. Is this a limitation of the mule-sonarqube-plugin?

I would appreciate any help