mirror of
https://github.com/mgechev/revive.git
synced 2025-02-15 13:53:15 +02:00
add atom package 'linter-revive' to supported editors (#32)
This commit is contained in:
parent
d95910df55
commit
1cab2ac566
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user