From 46c788feeeb64694286fb7e475793d2dd80a3d27 Mon Sep 17 00:00:00 2001 From: Random-Liu Date: Tue, 25 Apr 2017 21:47:57 -0700 Subject: [PATCH] Rename lint.sh to verify-lint.sh Signed-off-by: Random-Liu --- Makefile | 2 +- hack/{lint.sh => verify-lint.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hack/{lint.sh => verify-lint.sh} (100%) diff --git a/Makefile b/Makefile index 91d0a5a44..b39e28aec 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ version: lint: check-gopath @echo "checking lint" - @./hack/lint.sh + @./hack/verify-lint.sh gofmt: @echo "checking gofmt" diff --git a/hack/lint.sh b/hack/verify-lint.sh similarity index 100% rename from hack/lint.sh rename to hack/verify-lint.sh