From b95db644ed1c0e183a90d8509ef2f9a5d51cc29b Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Wed, 15 Jul 2020 13:12:39 +1000 Subject: [PATCH] Add golangci-lint in project using cobra (#1150) --- projects_using_cobra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index de4503388..33a2bf0e0 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -8,6 +8,7 @@ - [Gardener](https://github.com/gardener/gardenctl) - [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl) - [Github CLI](https://github.com/cli/cli) +- [Golangci-lint](https://golangci-lint.run) - [GopherJS](http://www.gopherjs.org/) - [Helm](https://helm.sh) - [Hugo](https://gohugo.io)