Releases: fsantiag/sonar-clojure
Releases · fsantiag/sonar-clojure
v2.2.0
The property to disable plugins has been updated to the following: sonar.clojure.<sensorname>.enabled=false
v2.1.0
- Add support to Windows
- Add clj-kondo integration
- Add support for SonarQube 8.6.1
v2.0.0
SonarClojure is now working with SonarQube version 7.4+.
v1.8.1
[bugfix] Prevent null pointer exceptions in the commandRunner
v1.7.0
Merge pull request #31 from fsantiag/log_command_output
Log command output when debug is enabled
v1.6.0
Merge pull request #27 from mishadoff/dev/eastwood-options-added
Added ability to pass eastwood options
v1.2.0
- Add ancient-clj support
- Add lein-nvd support
- Add improvements to development process (docker)