We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec80e6c commit 933738aCopy full SHA for 933738a
Makefile
@@ -77,7 +77,7 @@ local-check: $(LINUXKIT_DEPS)
77
@echo gofmt... && o=$$(gofmt -s -l $(filter %.go,$(LINUXKIT_DEPS))) && if [ -n "$$o" ] ; then echo $$o ; exit 1 ; fi
78
@echo govet... && go vet -printf=false ./src/cmd/linuxkit/...
79
@echo golint... && set -e ; for i in $(filter %.go,$(LINUXKIT_DEPS)); do golint $$i ; done
80
- @echo ineffassign... && ineffassign $(filter %.go,$(LINUXKIT_DEPS))
+ @echo ineffassign... && ineffassign ./src/cmd/linuxkit/...
81
82
local-build: local-static
83
0 commit comments