uartois / sonar-golang

Sonarqube plugin for the golang language.
GNU Lesser General Public License v3.0
245 stars 32 forks source link

improve the recognize of filesystem hierarchy #57

Closed thibaultfalque closed 6 years ago

thibaultfalque commented 6 years ago

This PR the recognize of filesystem hierarchy.

We use the sonar properties for detect source file and test file.

sonar.sources=./
sonar.tests=./
sonar.test.inclusions=**/**_test.go
danielleberre commented 6 years ago

Hum, the tests fail. We need to fix that.

thibaultfalque commented 6 years ago

Yes I forgot changes to correct "filewithnotcoverage.go -> filewithnocoverage.go"