make fmt optional

This commit is contained in:
Sergey Dudoladov 2019-10-02 13:52:15 +02:00
parent 7217046ef5
commit 0de6769b20
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ tools:
fmt:
@gofmt -l -w -s $(DIRS)
vet: fmt
vet:
@go vet $(PKG)
@ineffassign kubectl-pg pkg
@staticcheck $(PKG)