mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-06-08 19:04:31 -04:00
docs: remove deprecated Atom from Editor Integrations (#4628)
This commit is contained in:
parent
b7c1d1a034
commit
93d3a38fe4
2 changed files with 1 additions and 5 deletions
docs/src/docs
|
@ -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.
|
||||
- ⚙️ 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.
|
||||
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
|
||||
- 🔥 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);
|
||||
- [Syntastic](https://github.com/vim-syntastic/syntastic).
|
||||
|
||||
### Atom
|
||||
|
||||
[go-plus](https://atom.io/packages/go-plus) supports golangci-lint.
|
||||
|
||||
## Shell Completion
|
||||
|
||||
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue