Home
last modified time | relevance | path

Searched refs:staticcheck (Results 1 – 25 of 1466) sorted by relevance

12345678910>>...59

/dports/net-mgmt/nvidia_gpu_prometheus_exporter/nvidia_gpu_prometheus_exporter-0d52cd2/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
62 $(FIRST_GOPATH)/bin/staticcheck:
63 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
65 .PHONY: all style check_license format test vet staticcheck
71 .PHONY: $(GOPATH)/bin/staticcheck
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
62 $(FIRST_GOPATH)/bin/staticcheck:
63 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
65 .PHONY: all style check_license format test vet staticcheck
71 .PHONY: $(GOPATH)/bin/staticcheck
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
62 $(FIRST_GOPATH)/bin/staticcheck:
63 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
65 .PHONY: all style check_license format test vet staticcheck
71 .PHONY: $(GOPATH)/bin/staticcheck
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
62 $(FIRST_GOPATH)/bin/staticcheck:
63 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
65 .PHONY: all style check_license format test vet staticcheck
71 .PHONY: $(GOPATH)/bin/staticcheck
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
68 $(FIRST_GOPATH)/bin/staticcheck:
69 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
71 .PHONY: all style check_license format test vet staticcheck
77 .PHONY: $(GOPATH)/bin/staticcheck
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
68 $(FIRST_GOPATH)/bin/staticcheck:
69 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
71 .PHONY: all style check_license format test vet staticcheck
77 .PHONY: $(GOPATH)/bin/staticcheck
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
68 $(FIRST_GOPATH)/bin/staticcheck:
69 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
71 .PHONY: all style check_license format test vet staticcheck
77 .PHONY: $(GOPATH)/bin/staticcheck
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
68 $(FIRST_GOPATH)/bin/staticcheck:
69 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
71 .PHONY: all style check_license format test vet staticcheck
77 .PHONY: $(GOPATH)/bin/staticcheck
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/
H A DMakefile20 STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck
32 all: format staticcheck build test
54 staticcheck: $(STATICCHECK) target
68 $(FIRST_GOPATH)/bin/staticcheck:
69 @GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
71 .PHONY: all style check_license format test vet staticcheck
77 .PHONY: $(GOPATH)/bin/staticcheck
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/.circleci/
H A Dconfig.yml10 name: "Download staticcheck"
11 command: "go get honnef.co/go/tools/cmd/staticcheck"
19 - "bin/staticcheck"
55 staticcheck: &staticcheck anchor
60 Name: "Run staticcheck"
61 command: "staticcheck -go 1.11 ./..."
88 <<: *staticcheck
104 <<: *staticcheck
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/.circleci/
H A Dconfig.yml10 name: "Download staticcheck"
11 command: "go get honnef.co/go/tools/cmd/staticcheck"
19 - "bin/staticcheck"
55 staticcheck: &staticcheck anchor
60 Name: "Run staticcheck"
61 command: "staticcheck -go 1.11 ./..."
88 <<: *staticcheck
104 <<: *staticcheck
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/mdlayher/socket/.github/workflows/
H A Dstatic-analysis.yml28 - name: Download staticcheck
29 run: go get honnef.co/go/tools/cmd/staticcheck
31 - name: Print staticcheck version
32 run: go run honnef.co/go/tools/cmd/staticcheck -version
34 - name: Run staticcheck
35 run: go run honnef.co/go/tools/cmd/staticcheck -- ./...
/dports/net/rclone/rclone-1.57.0/vendor/github.com/tklauser/go-sysconf/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/net/rclone/rclone-1.57.0/vendor/github.com/tklauser/numcpus/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/security/vault/vault-1.8.2/vendor/github.com/tklauser/go-sysconf/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/security/vault/vault-1.8.2/vendor/github.com/tklauser/numcpus/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@v0.1.2
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/tklauser/numcpus/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@v0.1.2
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/tklauser/go-sysconf/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@v0.1.2
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tklauser/go-sysconf/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tklauser/numcpus/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/tklauser/go-sysconf/.github/workflows/
H A Dstatic-analysis.yml24 - name: Install staticcheck
25 run: go install honnef.co/go/tools/cmd/staticcheck@latest
27 - name: Run staticcheck
29 staticcheck -version
30 staticcheck -- ./...
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/sethvargo/go-password/
H A DMakefile24 staticcheck: target
25 @command -v staticcheck > /dev/null 2>&1 || go get honnef.co/go/tools/cmd/staticcheck
26 @staticcheck -checks="all" -tests $(GOFMT_FILES)
27 .PHONY: staticcheck
/dports/net/rclone/rclone-1.57.0/vendor/go.uber.org/multierr/
H A DMakefile27 .PHONY: staticcheck
28 staticcheck: target
29 @cd tools && go install honnef.co/go/tools/cmd/staticcheck
30 @$(GOBIN)/staticcheck ./...
33 lint: gofmt golint staticcheck
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/go.uber.org/multierr/
H A DMakefile27 .PHONY: staticcheck
28 staticcheck: target
29 @cd tools && go install honnef.co/go/tools/cmd/staticcheck
30 @$(GOBIN)/staticcheck ./...
33 lint: gofmt golint staticcheck
/dports/net-im/matterircd/matterircd-0.25.0/vendor/go.uber.org/multierr/
H A DMakefile27 .PHONY: staticcheck
28 staticcheck: target
29 @cd tools && go install honnef.co/go/tools/cmd/staticcheck
30 @$(GOBIN)/staticcheck ./...
33 lint: gofmt golint staticcheck

12345678910>>...59