docs: remove deprecated Atom from Editor Integrations (#4628)
This commit is contained in:
parent
b7c1d1a034
commit
93d3a38fe4
@ -22,7 +22,7 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
|
|||||||
|
|
||||||
- ⚡ [Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
|
- ⚡ [Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
|
||||||
- ⚙️ YAML-based [configuration](/usage/configuration).
|
- ⚙️ YAML-based [configuration](/usage/configuration).
|
||||||
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
|
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, GitHub Actions.
|
||||||
- 🥇 [A lot of linters](/usage/linters) included, no need to install them.
|
- 🥇 [A lot of linters](/usage/linters) included, no need to install them.
|
||||||
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
|
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
|
||||||
- 🔥 Nice output with colors, source code lines and marked `identifiers`.
|
- 🔥 Nice output with colors, source code lines and marked `identifiers`.
|
||||||
|
@ -45,10 +45,6 @@ The following plugins support `golangci-lint`:
|
|||||||
- [ALE](https://github.com/w0rp/ale);
|
- [ALE](https://github.com/w0rp/ale);
|
||||||
- [Syntastic](https://github.com/vim-syntastic/syntastic).
|
- [Syntastic](https://github.com/vim-syntastic/syntastic).
|
||||||
|
|
||||||
### Atom
|
|
||||||
|
|
||||||
[go-plus](https://atom.io/packages/go-plus) supports golangci-lint.
|
|
||||||
|
|
||||||
## Shell Completion
|
## Shell Completion
|
||||||
|
|
||||||
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.
|
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user