parent
6f6da528e9
commit
19a32db84d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ cl-k8s:
|
||||||
@echo "Static container for $@ created at: ./$@"
|
@echo "Static container for $@ created at: ./$@"
|
||||||
|
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
fmt: ## Verifies all files have men `gofmt`ed
|
fmt: ## Verifies all files have been `gofmt`ed
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
@gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr
|
@gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue