Skip to content

Releases: uartois/sonar-golang

Fix for #42

24 Nov 15:01
Compare
Choose a tag to compare
Fix for #42 Pre-release
Pre-release

This release fix a problem with absolute path.

Fix for #32

27 Sep 17:20
Compare
Choose a tag to compare
Fix for #32 Pre-release
Pre-release

This rules fix #33 with support of vet: shadowed variable

This release is a pre release for the moment, if they are not issue detected by the users, this release will become the release 1.2.11.

Add new rules and #31

20 Sep 11:34
Compare
Choose a tag to compare
Add new rules and #31 Pre-release
Pre-release

This release add this rules:

  • struct field [a-zA-Z0-9]+ should be [a-zA-Z0-9]+ (Example: id should be ID)
  • unreachable code: error detect by vet linter

This release correct the ExportedHaveComment rule and add a "." to the regex for detect method with point, example: BaseGS1.CodingSet

This release is a pre release for the moment, if they are not issue detected by the users, this release will become the release 1.2.11.

Fix number 2 for #32

28 Sep 19:57
Compare
Choose a tag to compare
Fix number 2 for #32 Pre-release
Pre-release

Correction of regexp for shadow rule.

This release is a pre release for the moment, if they are not issue detected by the users, this release will become the release 1.2.11.

Fix #26 and PR #27

10 Sep 22:20
Compare
Choose a tag to compare
Fix #26 and PR #27 Pre-release
Pre-release

This release add the #27 pull request in the plugin and add a fix for #26.

This release is a pre release for the moment, if they are not issue detected by the users, this release will become the release 1.2.11.

Add Gas rules

28 Aug 12:17
Compare
Choose a tag to compare

This version add gas rule from #24 pull request.

Now it is possible to disable the highlighting if it prevents the use of the plugin (exceptions launched during analysis).

v1.2.10-rc2 Fix #15

18 Aug 14:00
Compare
Choose a tag to compare
v1.2.10-rc2 Fix #15 Pre-release
Pre-release

This release correct the bug with a temp solution of issue #15

v1.2.10-rc1: Add option for highlighting

18 Aug 12:34
Compare
Choose a tag to compare

This pre-release add an option for disabled highlighting.

Add sonar.highlighting=false in sonar-project.properties for disabled

This release contains all correction of:
https://github.com/uartois/sonar-golang/tree/v1.2.10-gamma
https://github.com/uartois/sonar-golang/tree/v1.2.10-beta
https://github.com/uartois/sonar-golang/tree/v1.2.9-gamma

This pre-release is the first release candidate for version 1.2.10 and add a temp fix for #15. If there is no problem, this pre-release could become the new release 1.2.10.

Test fix for #14

08 Aug 19:11
Compare
Choose a tag to compare
Test fix for #14 Pre-release
Pre-release

This is a possible correction for #14.

v1.2.10-beta: add debug info for #14

08 Aug 15:45
Compare
Choose a tag to compare
Pre-release

add debug info for #14