You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 insrc/main/resources/dwls
.The
pom.xml
file in theroot
and thelog4j2.xml
andapplication.types.xml
insrc/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
The text was updated successfully, but these errors were encountered: