ciricihq / gitlab-sonar-scanner

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

Add a way to check for quality profiles #16

Closed elboletaire closed 6 years ago

elboletaire commented 6 years ago

Nor the sonar scanner, nor the gitlab plugin for sonar, support crashing the scan in case a quality profile fails, but we can use the sonar api to fix that.

See https://docs.sonarqube.org/display/SONARQUBE54/Breaking+the+CI+Build for more details about how to break the build, but basically we should:

elboletaire commented 6 years ago

Apparently, quality gates are currently crashing our builds in sonarqube > 7.0, so this is not needed anymore.