Skip to content

Commit 0575f50

Browse files
alexandearh9jiang
authored andcommitted
extension/src/goToolsInformation: remove outdated TODO
Since #189 has been fixed by CL 279212, we can remove the unnecessary TODO item for golint. Change-Id: I2e1a654e2b0f128fde0d35f54a98b20ab1d08368 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/645175 kokoro-CI: kokoro <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]>
1 parent 831ca25 commit 0575f50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

extension/src/goToolsInformation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export const allToolsInformation: { [key: string]: Tool } = {
5959
minimumGoVersion: semver.coerce('1.9'),
6060
defaultVersion: 'v1.6.0'
6161
},
62-
// TODO(github.com/golang/vscode-go/issues/189): consider disabling lint when gopls is turned on.
6362
'golint': {
6463
name: 'golint',
6564
importPath: 'golang.org/x/lint/golint',

extension/tools/allTools.ts.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const allToolsInformation: { [key: string]: Tool } = {
5757
minimumGoVersion: semver.coerce('1.9'),
5858
defaultVersion: 'v1.6.0'
5959
},
60-
// TODO(github.com/golang/vscode-go/issues/189): consider disabling lint when gopls is turned on.
6160
'golint': {
6261
name: 'golint',
6362
importPath: 'golang.org/x/lint/golint',

0 commit comments

Comments
 (0)