From 1cab2ac566c267afc8a04c0ba7c0f45d0cc401b4 Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Wed, 11 Jul 2018 05:04:39 +0200 Subject: [PATCH] add atom package 'linter-revive' to supported editors (#32) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9a0c1..65bab85 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ Since the default behavior of `revive` is compatible with `golint`, without prov - Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699). - Support for vim via [w0rp/ale](https://github.com/w0rp/ale): - ```vim call ale#linter#Define('go', { \ 'name': 'revive', @@ -75,6 +74,7 @@ call ale#linter#Define('go', { \ 'callback': 'ale#handlers#unix#HandleAsWarning', \}) ``` +- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive). ### Installation