Makefile.common: fix format rule (#1195)
Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
73ddf5f1f7
commit
614b815e00
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ common-test:
|
||||||
.PHONY: common-format
|
.PHONY: common-format
|
||||||
common-format:
|
common-format:
|
||||||
@echo ">> formatting code"
|
@echo ">> formatting code"
|
||||||
GO111MODULE=$(GO111MODULE) $(GO) fmt $(GOOPTS) $(pkgs)
|
GO111MODULE=$(GO111MODULE) $(GO) fmt $(pkgs)
|
||||||
|
|
||||||
.PHONY: common-vet
|
.PHONY: common-vet
|
||||||
common-vet:
|
common-vet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue