Skip to content

Commit b6407ee

Browse files
committed
add target dependency for lint
1 parent ffc15e4 commit b6407ee

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
@@ -67,7 +67,7 @@ vet: fmt
6767
go vet ./...
6868

6969
.PHONY: lint
70-
lint:
70+
lint: golangci-lint
7171
$(GOLANGCI_LINT) run -c .golangci.yml --fix
7272

7373
.PHONY: lint

0 commit comments

Comments
 (0)