Rename lint.sh to verify-lint.sh

Signed-off-by: Random-Liu <lantaol@google.com>
This commit is contained in:
Random-Liu 2017-04-25 21:47:57 -07:00
parent 1532079c84
commit 46c788feee
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ version:
lint: check-gopath
@echo "checking lint"
@./hack/lint.sh
@./hack/verify-lint.sh
gofmt:
@echo "checking gofmt"