Fix golint failures related to docs

This commit is contained in:
Andrea Nodari
2019-05-20 15:26:52 +02:00
parent 35f6ad187b
commit b31f5c7233
3 changed files with 15 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ package scalability
import "github.com/onsi/ginkgo"
// SIGDescribe is the entry point for the sig-scalability e2e framework
func SIGDescribe(text string, body func()) bool {
return ginkgo.Describe("[sig-scalability] "+text, body)
}