Merge pull request #40167 from spxtr/verify-boiler

Automatic merge from submit-queue (batch tested with PRs 39772, 39831, 39481, 40167, 40149)

Add //hack:verify-boilerplate rule.

This pattern is working well in test-infra. I'll add the gofmt and go vet rules next.
This commit is contained in:
Kubernetes Submit Queue
2017-01-19 17:56:47 -08:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -19,3 +19,18 @@ filegroup(
],
tags = ["automanaged"],
)
sh_test(
name = "verify-boilerplate",
srcs = ["verify-boilerplate.sh"],
data = ["//:all-srcs"],
tags = ["manual"],
)
test_suite(
name = "verify-all",
tags = ["manual"],
tests = [
"verify-boilerplate",
],
)