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 d6dcead commit 3885e95Copy full SHA for 3885e95
Makefile
@@ -118,7 +118,7 @@ conformance-test:
118
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance -tags=conformance
119
120
.PHONY: lint
121
-lint: golangci-lint ## Run golangci-lint linter
+lint: sort-import golangci-lint ## Run golangci-lint linter
122
$(GOLANGCI_LINT) run
123
124
.PHONY: lint-fix
0 commit comments