Skip to content

Commit 93d3a38

Browse files
authored
docs: remove deprecated Atom from Editor Integrations (#4628)
1 parent b7c1d1a commit 93d3a38

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/src/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
2222

2323
-[Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
2424
- ⚙️ YAML-based [configuration](/usage/configuration).
25-
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
25+
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, GitHub Actions.
2626
- 🥇 [A lot of linters](/usage/linters) included, no need to install them.
2727
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
2828
- 🔥 Nice output with colors, source code lines and marked `identifiers`.

docs/src/docs/welcome/integrations.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ The following plugins support `golangci-lint`:
4545
- [ALE](https://github.com/w0rp/ale);
4646
- [Syntastic](https://github.com/vim-syntastic/syntastic).
4747

48-
### Atom
49-
50-
[go-plus](https://atom.io/packages/go-plus) supports golangci-lint.
51-
5248
## Shell Completion
5349

5450
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.

0 commit comments

Comments
 (0)