Open rnveach opened 2 years ago
Just informational for some possibilities (from @nrmancuso ):
https://sonarqube.inria.fr/sonarqube/web_api/api/qualityprofiles
https://sonarqube.inria.fr/sonarqube/web_api/api/qualityprofiles/exporters https://sonarqube.inria.fr/sonarqube/web_api/api/qualityprofiles/importers https://sonarqube.inria.fr/sonarqube/web_api/api/qualityprofiles/restore
Maybe export an already configured server, save it to repo, and then restore it in CI.
Identified by @nrmancuso when discussing the CircleCI execution,
CircleCI is generating an empty checkstyle config when it does its test run:
This makes sense since we are dealing with an blank sonar server in the run.
We should look into injecting some checks and expand to some real tests to ensure the plugin is working correctly.