Add goimports check to make check

This commit is contained in:
Nick Craig-Wood 2015-11-07 12:16:33 +00:00
parent d42cb11b84
commit ef54167a4a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
SHELL = /bin/bash
TAG := $(shell git describe --tags)
LAST_TAG := $(shell git describe --tags --abbrev=0)
NEW_TAG := $(shell echo $(LAST_TAG) | perl -lpe 's/v//; $$_ += 0.01; $$_ = sprintf("v%.2f", $$_)')
@ -14,6 +15,7 @@ check: rclone
go vet ./...
errcheck ./...
golint ./...
diff <(goimports -d .) <(printf "")
doc: rclone.1 MANUAL.html MANUAL.txt