You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
22
22
*[Command-Line Options](#command-line-options)
23
23
*[Configuration File](#configuration-file)
24
24
*[False Positives](#false-positives)
25
+
*[IDE integrations](#ide-integrations)
25
26
*[Internals](#internals)
26
27
*[FAQ](#faq)
27
28
*[Thanks](#thanks)
@@ -324,6 +325,9 @@ Comment `// nolint` disables all issues reporting on this line. Comment e.g. `//
324
325
325
326
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.
326
327
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
+
327
331
# Internals
328
332
The key difference with gometalinter is that golangci-lint shares work between specific linters (golint, govet, ...).
329
333
For small and medium projects 50-80% of work between linters can be reused.
0 commit comments