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 4758a9c commit 04b0322Copy full SHA for 04b0322
.golangci.yml
@@ -6,7 +6,6 @@ linters:
6
enable:
7
- copyloopvar
8
- errcheck
9
- - ginkgolinter
10
- goconst
11
- gocyclo
12
- govet
Makefile
@@ -66,7 +66,7 @@ test: fmt vet ## Run tests.
66
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
67
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
68
test-e2e:
69
- go test ./test/e2e/ -v -ginkgo.v
+ go test ./test/e2e/ -v
70
71
.PHONY: lint
72
lint: golangci-lint ## Run golangci-lint linter.
0 commit comments