fsantiag / sonar-clojure

A SonarQube plugin to analyze Clojure source.
MIT License
58 stars 27 forks source link

Add regression tests for older SonarQube versions #23

Open fsantiag opened 5 years ago

fsantiag commented 5 years ago

Describe the solution you'd like At the moment, we test SonarClojure against the latest versions of SonarQube. It would be great to have regression tests to make sure the plugin is properly working with the older versions.

Describe alternatives you've considered An option could be to use docker to spin up older versions of sonarqube, run the analysis and check the reports. It is going to be an expensive test but I believe it worth it.

Additional context None.