Skip to content

Commit

Permalink
chore: remove lint dependency in default target
Browse files Browse the repository at this point in the history
This way the default target only relies on go tooling, which makes it
work better with CodeQL and anyone who doesn't have golint installed.
  • Loading branch information
smlx committed Mar 19, 2024
1 parent 06129d0 commit 85426e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# local development targets

.PHONY: test
test: mod-tidy generate lint
test: mod-tidy generate
go test -v ./...

.PHONY: mod-tidy
Expand Down

0 comments on commit 85426e2

Please sign in to comment.