Skip to content

Commit

Permalink
adds golangci-lint to bootstrap.homebrew make target
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed May 25, 2023
1 parent 9ca40a2 commit dcfde64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fmt:
go fmt ./...

bootstrap.homebrew:
brew install --quiet golangci-lint
brew install --quiet golangci/tap/golangci-lint goreleaser

lint:
Expand Down

0 comments on commit dcfde64

Please sign in to comment.