Skip to content

Commit 14f4dce

Browse files
committed
docs: update Trusted By section
1 parent f9e1c65 commit 14f4dce

File tree

2 files changed

+74
-32
lines changed

2 files changed

+74
-32
lines changed

README.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
1313

1414
* [Demo](#demo)
1515
* [Install](#install)
16+
* [Trusted By](#trusted-by)
1617
* [Quick Start](#quick-start)
1718
* [Editor Integration](#editor-integration)
1819
* [Comparison](#comparison)
1920
* [Performance](#performance)
2021
* [Internals](#internals)
21-
* [Trusted By](#trusted-by)
2222
* [Supported Linters](#supported-linters)
2323
* [Configuration](#configuration)
2424
* [False Positives](#false-positives)
@@ -92,6 +92,42 @@ brew install golangci/tap/golangci-lint
9292
brew upgrade golangci/tap/golangci-lint
9393
```
9494

95+
# Trusted By
96+
97+
The following companies/products use golangci-lint:
98+
99+
* [Google](https://github.com/GoogleContainerTools/skaffold)
100+
* [Facebook](https://github.com/facebookincubator/fbender)
101+
* [Red Hat OpenShift](https://github.com/openshift/telemeter)
102+
* [Yahoo](https://github.com/yahoo/yfuzz)
103+
* [IBM](https://github.com/ibm-developer/ibm-cloud-env-golang)
104+
* [Xiaomi](https://github.com/XiaoMi/soar)
105+
* [Samsung](https://github.com/samsung-cnct/cluster-api-provider-ssh)
106+
* [Arduino](https://github.com/arduino/arduino-cli)
107+
* [Eclipse Foundation](https://github.com/eclipse/che-go-jsonrpc)
108+
* [WooCart](https://github.com/woocart/gsutil)
109+
* [Percona](https://github.com/percona/pmm-managed)
110+
* [Serverless](https://github.com/serverless/event-gateway)
111+
* [ScyllaDB](https://github.com/scylladb/gocqlx)
112+
* [NixOS](https://github.com/NixOS/nixpkgs-channels)
113+
* [The New York Times](https://github.com/NYTimes/encoding-wrapper)
114+
115+
The following great projects use golangci-lint:
116+
117+
* [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser)
118+
* [tsuru/tsuru](https://github.com/tsuru/tsuru)
119+
* [xenolf/lego](https://github.com/xenolf/lego)
120+
* [go-swagger/go-swagger](https://github.com/go-swagger/go-swagger)
121+
* [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize)
122+
* [virtual-kubelet/virtual-kubelet](https://github.com/virtual-kubelet/virtual-kubelet)
123+
* [alecthomas/participle](https://github.com/alecthomas/participle)
124+
* [asobti/kube-monkey](https://github.com/asobti/kube-monkey)
125+
* [getantibody/antibody](https://github.com/getantibody/antibody)
126+
* [banzaicloud/pipeline](https://github.com/banzaicloud/pipeline)
127+
* [posener/complete](https://github.com/posener/complete)
128+
* [y0ssar1an/q](https://github.com/y0ssar1an/q)
129+
130+
95131
# Quick Start
96132
To run golangci-lint execute:
97133
```bash
@@ -296,21 +332,6 @@ Read [this section](#internals) for details.
296332
All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin
297333
and you don't need to install them separately.
298334

299-
# Trusted By
300-
301-
The following great projects use golangci-lint:
302-
303-
* [GoogleContainerTools/skaffold](https://github.com/GoogleContainerTools/skaffold/blob/master/hack/linter.sh#L24) - Easy and Repeatable Kubernetes Development
304-
* [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser/blob/master/Makefile#L47) - Deliver Go binaries as fast and easily as possible
305-
* [goreleaser/nfpm](https://github.com/goreleaser/nfpm/blob/master/Makefile#L43) - NFPM is Not FPM - a simple deb and rpm packager written in Go
306-
* [goreleaser/godownloader](https://github.com/goreleaser/godownloader/blob/master/Makefile#L37) - Download Go binaries as fast and easily as possible
307-
* [asobti/kube-monkey](https://github.com/asobti/kube-monkey/blob/master/Makefile#L12) - An implementation of Netflix's Chaos Monkey for Kubernetes clusters
308-
* [nutanix/terraform-provider-nutanix](https://github.com/nutanix/terraform-provider-nutanix/blob/develop/.golangci.yml) - Terraform Nutanix Provider
309-
* [getantibody/antibody](https://github.com/getantibody/antibody/blob/master/Makefile#L32) - The fastest shell plugin manager
310-
* [Aptomi/aptomi](https://github.com/Aptomi/aptomi/blob/master/.golangci.yml) - Application delivery engine for k8s
311-
* [status-im/status-go](https://github.com/status-im/status-go/blob/develop/.golangci.yml) - The Status module that consumes go-ethereum
312-
* [ovrclk/akash](https://github.com/ovrclk/akash/blob/master/.golangci.yaml) - Blockchain-powered decentralized compute platform
313-
314335

315336
# Supported Linters
316337
To see a list of supported linters and which linters are enabled/disabled:

README.tmpl.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
1313

1414
* [Demo](#demo)
1515
* [Install](#install)
16+
* [Trusted By](#trusted-by)
1617
* [Quick Start](#quick-start)
1718
* [Editor Integration](#editor-integration)
1819
* [Comparison](#comparison)
1920
* [Performance](#performance)
2021
* [Internals](#internals)
21-
* [Trusted By](#trusted-by)
2222
* [Supported Linters](#supported-linters)
2323
* [Configuration](#configuration)
2424
* [False Positives](#false-positives)
@@ -92,6 +92,42 @@ brew install golangci/tap/golangci-lint
9292
brew upgrade golangci/tap/golangci-lint
9393
```
9494

95+
# Trusted By
96+
97+
The following companies/products use golangci-lint:
98+
99+
* [Google](https://github.com/GoogleContainerTools/skaffold)
100+
* [Facebook](https://github.com/facebookincubator/fbender)
101+
* [Red Hat OpenShift](https://github.com/openshift/telemeter)
102+
* [Yahoo](https://github.com/yahoo/yfuzz)
103+
* [IBM](https://github.com/ibm-developer/ibm-cloud-env-golang)
104+
* [Xiaomi](https://github.com/XiaoMi/soar)
105+
* [Samsung](https://github.com/samsung-cnct/cluster-api-provider-ssh)
106+
* [Arduino](https://github.com/arduino/arduino-cli)
107+
* [Eclipse Foundation](https://github.com/eclipse/che-go-jsonrpc)
108+
* [WooCart](https://github.com/woocart/gsutil)
109+
* [Percona](https://github.com/percona/pmm-managed)
110+
* [Serverless](https://github.com/serverless/event-gateway)
111+
* [ScyllaDB](https://github.com/scylladb/gocqlx)
112+
* [NixOS](https://github.com/NixOS/nixpkgs-channels)
113+
* [The New York Times](https://github.com/NYTimes/encoding-wrapper)
114+
115+
The following great projects use golangci-lint:
116+
117+
* [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser)
118+
* [tsuru/tsuru](https://github.com/tsuru/tsuru)
119+
* [xenolf/lego](https://github.com/xenolf/lego)
120+
* [go-swagger/go-swagger](https://github.com/go-swagger/go-swagger)
121+
* [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize)
122+
* [virtual-kubelet/virtual-kubelet](https://github.com/virtual-kubelet/virtual-kubelet)
123+
* [alecthomas/participle](https://github.com/alecthomas/participle)
124+
* [asobti/kube-monkey](https://github.com/asobti/kube-monkey)
125+
* [getantibody/antibody](https://github.com/getantibody/antibody)
126+
* [banzaicloud/pipeline](https://github.com/banzaicloud/pipeline)
127+
* [posener/complete](https://github.com/posener/complete)
128+
* [y0ssar1an/q](https://github.com/y0ssar1an/q)
129+
130+
95131
# Quick Start
96132
To run golangci-lint execute:
97133
```bash
@@ -269,21 +305,6 @@ Read [this section](#internals) for details.
269305
All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin
270306
and you don't need to install them separately.
271307

272-
# Trusted By
273-
274-
The following great projects use golangci-lint:
275-
276-
* [GoogleContainerTools/skaffold](https://github.com/GoogleContainerTools/skaffold/blob/master/hack/linter.sh#L24) - Easy and Repeatable Kubernetes Development
277-
* [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser/blob/master/Makefile#L47) - Deliver Go binaries as fast and easily as possible
278-
* [goreleaser/nfpm](https://github.com/goreleaser/nfpm/blob/master/Makefile#L43) - NFPM is Not FPM - a simple deb and rpm packager written in Go
279-
* [goreleaser/godownloader](https://github.com/goreleaser/godownloader/blob/master/Makefile#L37) - Download Go binaries as fast and easily as possible
280-
* [asobti/kube-monkey](https://github.com/asobti/kube-monkey/blob/master/Makefile#L12) - An implementation of Netflix's Chaos Monkey for Kubernetes clusters
281-
* [nutanix/terraform-provider-nutanix](https://github.com/nutanix/terraform-provider-nutanix/blob/develop/.golangci.yml) - Terraform Nutanix Provider
282-
* [getantibody/antibody](https://github.com/getantibody/antibody/blob/master/Makefile#L32) - The fastest shell plugin manager
283-
* [Aptomi/aptomi](https://github.com/Aptomi/aptomi/blob/master/.golangci.yml) - Application delivery engine for k8s
284-
* [status-im/status-go](https://github.com/status-im/status-go/blob/develop/.golangci.yml) - The Status module that consumes go-ethereum
285-
* [ovrclk/akash](https://github.com/ovrclk/akash/blob/master/.golangci.yaml) - Blockchain-powered decentralized compute platform
286-
287308

288309
# Supported Linters
289310
To see a list of supported linters and which linters are enabled/disabled:

0 commit comments

Comments
 (0)