Skip to content

Commit c2e7e48

Browse files
author
golangci
authored
Update README.md
1 parent 8802872 commit c2e7e48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
2222
* [Command-Line Options](#command-line-options)
2323
* [Configuration File](#configuration-file)
2424
* [False Positives](#false-positives)
25+
* [IDE integrations](#ide-integrations)
2526
* [Internals](#internals)
2627
* [FAQ](#faq)
2728
* [Thanks](#thanks)
@@ -324,6 +325,9 @@ Comment `// nolint` disables all issues reporting on this line. Comment e.g. `//
324325

325326
Please create [GitHub Issues here](https://github.com/golangci/golangci-lint/issues/new) about found false positives. We will add it to default exclude list if it's common or we will fix underlying linter.
326327

328+
# IDE integrations
329+
1. VS Code - [pull request](https://github.com/Microsoft/vscode-go/pull/1693) (thanks to [pdf](https://github.com/pdf))
330+
327331
# Internals
328332
The key difference with gometalinter is that golangci-lint shares work between specific linters (golint, govet, ...).
329333
For small and medium projects 50-80% of work between linters can be reused.

0 commit comments

Comments
 (0)