Hi All,
i am using this project to implement sonar with Python and am using this as my sample project.
when i ran this project with Sonar-runner its shows me error.
ERROR: Caused by: You must define the following mandatory properties for 'sample_sonar_python': sonar.sources
Solution: Edit Sonar-project-properties file and change the line with "sources=src" to "Sonar.sources=src".