зеркало из https://github.com/microsoft/abstrakt.git
Remove redirect.
This commit is contained in:
Родитель
62270e1772
Коммит
4ffcfe0017
2
makefile
2
makefile
|
@ -15,7 +15,7 @@ lint-all: lint-prepare lint vet
|
|||
lint-prepare:
|
||||
ifeq (,$(shell which golangci-lint))
|
||||
@echo "Installing golangci-lint"
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1 > /dev/null 2>&1
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1
|
||||
else
|
||||
@echo "golangci-lint is installed"
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче