From fc5627f124542a217a8412577d7c78011ebf189b Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Tue, 30 Mar 2021 11:08:38 -0700 Subject: [PATCH] Update the list of projects using revive --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adfecc211..90c552204 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Here's how `revive` is different from `golint`: - [`excelize`](https://github.com/360EntSecGroup-Skylar/excelize) - Go library for reading and writing Microsoft Excelâ„¢ (XLSX) files - [`aurora`](https://github.com/xuri/aurora) - aurora is a web-based Beanstalk queue server console written in Go - [`soar`](https://github.com/XiaoMi/soar) - SQL Optimizer And Rewriter +- [`pyroscope`](https://github.com/pyroscope-io/pyroscope) - Continuous profiling platform - [`gorush`](https://github.com/appleboy/gorush) - A push notification server written in Go (Golang)a - [`dry`](https://github.com/moncho/dry) - dry - A Docker manager for the terminal. - [`go-echarts`](https://github.com/chenjiandongx/go-echarts) - The adorable charts library for Golang @@ -108,7 +109,7 @@ If you want to use revive with Bazel, take a look at the [rules](https://github. ### Text Editors - Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699). -- Support for GoLand via [File Watchers](https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl). +- Support for GoLand via [File Watchers](https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl). - Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive). - Support for vim via [dense-analysis/ale](https://github.com/dense-analysis/ale).