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