Skip to content

Releases: Lucas3oo/sonarlint-gradle-plugin

2.1.0

17 Aug 08:56
Compare
Choose a tag to compare

Minimum Gradle version is now 7.5.

It is now possible to enable reports using the sonarlint extension:

sonarlint {
  reports {
    sarif.enabled = true // default false
  }
}

Fix for issue #7. Contributed by scscgit. Correct samples for Kotlin DSL.

Fix for issue #9. Contributed by Chris Ribble. Java sourceCompatibility property is now correctly read.

Support for Sonarlint core 9.8.0.76914.

2.0.0

10 Jan 20:58
Compare
Choose a tag to compare

Support for sonarlint core 9.6 so that the current latest sonar java plugin can be used.

1.0.0-beta.17

26 Dec 15:26
Compare
Choose a tag to compare
1.0.0-beta.17 Pre-release
Pre-release

Fix issue #5. Now the build will break if Sonarlint skips to load any plugin.

1.0.0-beta.16

26 Dec 13:09
Compare
Choose a tag to compare
1.0.0-beta.16 Pre-release
Pre-release

Supports Gradle configuration cache

1.0.0-beta.15

17 May 09:22
Compare
Choose a tag to compare
1.0.0-beta.15 Pre-release
Pre-release

Fix bug in detecting CPU architecture for selecting correct node binaries.

Improve the documentation.

1.0.0-beta.14

13 May 17:45
Compare
Choose a tag to compare
1.0.0-beta.14 Pre-release
Pre-release

Adding support for reports in Static Analysis Results Interchange Format (SARIF) format by OASIS. See https://sarifweb.azurewebsites.net.
This means that a standard format is used for reporting static code analysis findings. Github actions, Azure DevOps and AWS CodeCatalyst are supporting this format.
Fix formating of the description. Sonarlint only offers HTML based description and it renders nice the Github action but not so nice in the Security tab.

1.0.0-beta.9

15 Apr 17:49
Compare
Choose a tag to compare
1.0.0-beta.9 Pre-release
Pre-release
  1. Adding option to generate Spotbugs/Findbugs XML for the issues so for instance Jenkins' code quality reports can be used. Also the Github action from https://github.com/jwgmeligmeyling/spotbugs-github-action can be used.
  2. Include reference to the Golang sonarlint plugin.

1.0.0-beta.8

29 Nov 17:58
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release
some cleanup in READE and in build scripts

1.0.0-beta.7

11 Nov 20:07
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release

Add support for Kotlin projects

1.0.0-beta.6

31 Oct 14:30
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

The working folder for the Sonarlint engine is now properly under the project's build folder. Sonarlint's user home is the project's folder.