ciricihq / gitlab-sonar-scanner

This project is no longer maintained
GNU General Public License v3.0
80 stars 62 forks source link

Remove the need for `SONAR_PROJECT_KEY` if sonar-project.properties exist #5

Closed elboletaire closed 7 years ago

elboletaire commented 7 years ago

If you create a sonar-project.properties file, sonarqube complains if you don't set sonar.projectKey on that file. We should not require SONAR_PROJECT_KEY env var if a properties file exists.