Sonar Golang Versions Save

Sonarqube plugin for the golang language.

v1.2.11

6 years ago

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

v1.2.11-rc13

6 years ago

This release fix #63 and #42.

v1.2.11-rc12

6 years ago

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.

v1.2.11-rc11

6 years ago

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.

v1.2.11-rc10

6 years ago

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.

v1.2.11-rc9

6 years ago

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 d5c2d0224bbc20267177e43ff9ddf1fa9def1905)

1.2.11-rc-reubentfix

6 years ago

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

v1.2.11-rc8

6 years ago

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

v1.2.11-rc7

6 years ago

This release fix a NullPointerException

v1.2.11-rc6

6 years ago

This release fix #43 and #42