Skip to content

Commit 7995571

Browse files
committed
chore: avoid lint by default
This enables make to run properly in CodeQL by default.
1 parent 687603f commit 7995571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# local development targets
22

33
.PHONY: test
4-
test: mod-tidy generate lint
4+
test: mod-tidy generate
55
go test -v ./...
66

77
.PHONY: mod-tidy

0 commit comments

Comments
 (0)