Skip to content

Commit

Permalink
Makefile: add setup target
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <[email protected]>
  • Loading branch information
aluzzardi committed Nov 29, 2018
1 parent 226a4dc commit 82a0218
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ generate:
# To install gometalinter on macOS:
# brew tap alecthomas/homebrew-tap
# brew install gometalinter
.PHONY: setup
setup:
go get -u github.com/alecthomas/gometalinter
gometalinter --install

.PHONY: lint
lint:
gometalinter \
Expand Down

0 comments on commit 82a0218

Please sign in to comment.