Skip to content

Commit 3fcb248

Browse files
authored
Merge pull request #130 from smlx/no-default-lint
chore: avoid lint by default
2 parents 687603f + 7995571 commit 3fcb248

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)