Skip to content

Releases: uartois/sonar-golang

v1.2.11: New offcial release

05 Mar 14:18
2178e7f
Compare
Choose a tag to compare

It's the last official release.

This release have all fix of release candidates: #26 #27 #31 #32 #35 #42 #43 #45 #52 #53 #55 #60 #61 #63

Serious changes under the hood: https://github.com/uartois/sonar-golang/releases/tag/v1.2.11-rc10

Fix #63 and #42

12 Feb 16:59
Compare
Choose a tag to compare
Fix #63 and #42 Pre-release
Pre-release

This release fix #63 and #42.

Fix #61: Improve coverage computation on untested file

11 Feb 12:35
Compare
Choose a tag to compare

This release fix the issue #61.

This release improve the coverage computation on untested file.

The simple comment and multi line comment are ignored. The struct type and interface declaration are ignored too.

Fix #60

10 Feb 22:15
Compare
Choose a tag to compare
Fix #60 Pre-release
Pre-release

This release fix the issue #60.

This is a simple fix but it works for the most of cases.

We are working on a grammar that will improve this fix.

Serious changes under the hood

29 Jan 12:52
Compare
Choose a tag to compare
Pre-release

We made some serious changes under the hood to sort out various issues related to the management of test files.

Please test thoroughly.

Those changes require additional information in sonar-project.properties
Before:

    sonar.sources=./
    sonar.tests=./

Now:

   sonar.sources=./
   sonar.tests=./
   sonar.test.inclusions=**/**_test.go
   sonar.sources.inclusions=**/**.go

A lot of issues are marked as "resolution to be confirmed" with this release and the previous one: #56 #49 #45 #42 #35 #14

Please confirm if those issues are really solved for you.

Fix for #35 and #55

15 Jan 22:37
Compare
Choose a tag to compare
Fix for #35 and #55 Pre-release
Pre-release

This release remove the lines of tests files in total count for line of code. (#55).

This release fix #35 and honored sonar exclusion pattern when the plugin search coverage report file. (see d5c2d02)

Add #52 and fix #53

09 Jan 13:27
850abb9
Compare
Choose a tag to compare
Add #52 and fix #53 Pre-release
Pre-release

This release include the contribution of @reubent and @danielleberre (#52 ) and fix bug #53.

improve regex rules for gocyclo and fix some problems

29 Dec 20:33
Compare
Choose a tag to compare

This release improve regex rules for gocyclo and fix some problems.

  • improve gocyclo regex PR #48 thanks @maclav3
  • add exclusion path for coverage PR #36 (normally fixes #35 )
  • Index out of range exception Fix #49

FIx a NullPointerException #43

30 Nov 21:42
Compare
Choose a tag to compare
Pre-release

This release fix a NullPointerException

Fix 2 for #42 and #43

30 Nov 10:17
Compare
Choose a tag to compare
Fix 2 for #42 and #43 Pre-release
Pre-release

This release fix #43 and #42