docs: remove deprecated Atom from Editor Integrations (#4628)

This commit is contained in:
Oleksandr Redko 2024-04-09 14:13:10 +03:00 committed by GitHub
parent b7c1d1a034
commit 93d3a38fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -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`.

View File

@ -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.