Skip to content

Commit 3885e95

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent d6dcead commit 3885e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ conformance-test:
118118
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test -v ./test/conformance -tags=conformance
119119

120120
.PHONY: lint
121-
lint: golangci-lint ## Run golangci-lint linter
121+
lint: sort-import golangci-lint ## Run golangci-lint linter
122122
$(GOLANGCI_LINT) run
123123

124124
.PHONY: lint-fix

0 commit comments

Comments
 (0)