remove integration files from lint verify
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
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) $@"
|
||||||
|
Reference in New Issue
Block a user