fix golint failures of test/e2e/apimachinery

This commit is contained in:
SataQiu
2019-04-16 19:03:26 +08:00
parent 9946d92e16
commit 91bd1ac1ea
17 changed files with 890 additions and 896 deletions

View File

@@ -18,6 +18,7 @@ package apimachinery
import "github.com/onsi/ginkgo"
// SIGDescribe annotates the test with the SIG label.
func SIGDescribe(text string, body func()) bool {
return ginkgo.Describe("[sig-api-machinery] "+text, body)
}