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: docs/tools.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,15 @@ This is the default lint tool. See the [full list of checks](https://staticcheck
66
66
Other options include:
67
67
68
68
*[`golangci-lint`]: This meta-linter combines a number of existing lint tools, including [staticcheck](#staticcheck), into one interface.
69
+
*[`golangci-lint-v2`]: golangci-lint but v2.
69
70
*[`revive`]: This tool is an enhancement on top of [`golint`], and it provides additional checks.
70
71
*[`golint`]: This used to be the default linter used by this extension before it was officially deprecated.
71
72
72
73
You can use the [`"go.lintFlags"`](settings.md#go.lintFlags) setting to further configure your linter of choice. Most linters can be configured via special configuration files, but you may still need to pass these command-line flags. The configuration documentation for each supported linter is listed here:
0 commit comments