fix travis seccomp version
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
c9717525e2
commit
3fc6abf56b
4 changed files with 16 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ $(BUILDDIR)/$(notdir $(IMAGE)): $(BUILDDIR) $(IMAGE_DATA_FILE) *.go VERSION.txt
|
|||
.PHONY: fmt
|
||||
fmt: ## Verifies all files have men `gofmt`ed
|
||||
@echo "+ $@"
|
||||
@gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | tee /dev/stderr
|
||||
@gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr
|
||||
|
||||
.PHONY: lint
|
||||
lint: ## Verifies `golint` passes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue