vendor/github.com/spf13/cobra/Makefile
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     4 ifeq (, $(shell which golangci-lint))
     4 ifeq (, $(shell which golangci-lint))
     5 $(warning "could not find golangci-lint in $(PATH), run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh")
     5 $(warning "could not find golangci-lint in $(PATH), run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh")
     6 endif
     6 endif
     7 
     7 
     8 ifeq (, $(shell which richgo))
     8 ifeq (, $(shell which richgo))
     9 $(warning "could not find richgo in $(PATH), run: go get github.com/kyoh86/richgo")
     9 $(warning "could not find richgo in $(PATH), run: go install github.com/kyoh86/richgo@latest")
    10 endif
    10 endif
    11 
    11 
    12 .PHONY: fmt lint test install_deps clean
    12 .PHONY: fmt lint test install_deps clean
    13 
    13 
    14 default: all
    14 default: all