Merge pull request #26 from Random-Liu/rename-verify-lint

Rename lint.sh to verify-lint.sh
This commit is contained in:
Lantao Liu 2017-05-03 17:21:58 -07:00 committed by GitHub
commit 0fa4e74e92
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"