Iam using sonarQube for my C project.I have created build-wrapper.json file from IARbuild, but when i run sonarscanner .c files which are excluded in IARbuild and not present in json are still considered and the same is shown in sonarQube dashboard also
Sonar-build-wrapper --out-dir bw_o IarBuild project.ewp -build Release → using this command to generate json file
sonar.cfamily.build-wrapper-output = bw_o → using this command in sonar-project.properties file
How to configure sonarscanner to consider only files which are present in .json ?