Hi to all. I’m new of this forum.
i’m using the cloud version connected to a bitbucket repo of iLogic (.vb.net ) scripts that have extension .iLogicVb
I have configured the project, the bitbucket pipeline and create the sonar-project.properties file on the root of the repo conteining
#Exclude test subdirectories from source scope
sonar.exclusions = UI/
sonar.exclusions = HD/
sonar.exclusions = DB/#iLogic vb folder
sonar.vb.file.suffixes=.iLogicVb
I also set in the file suffix in the project settings
The problem is it does not analize the iLogicVb tile … only the xml one.
P.S. … .iLogicVb are not in the excluded path, they are in ER/ folder.
Someone can help me to config the project correctly?
Thanks