Skip to content

Commit

Permalink
Added golangci installer script to hack. Modified make file accordingly
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
  • Loading branch information
arjunrn committed Jun 15, 2021
1 parent 89771bd commit 633ca2f
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ lint: $(GOLANGCI_LINT_BIN)
$(GOLANGCI_LINT_BIN) run -c .golangci.yaml --deadline=30m

$(GOLANGCI_LINT_BIN):
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${BIN_DIR} ${GOLANGCI_LINT_VERSION}
hack/golangci-lint.sh -b ${BIN_DIR} ${GOLANGCI_LINT_VERSION}
Loading

0 comments on commit 633ca2f

Please sign in to comment.