remove integration files from lint verify
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
02596d2758
commit
da03c5bb9a
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ version: ## print current cri plugin release version
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
golangci-lint run --skip-files .*_test.go
|
golangci-lint run --skip-files .*_test.go --skip-dirs='(integration)'
|
||||||
|
|
||||||
gofmt:
|
gofmt:
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user