File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ export const allToolsInformation: { [key: string]: Tool } = {
59
59
minimumGoVersion : semver . coerce ( '1.9' ) ,
60
60
defaultVersion : 'v1.6.0'
61
61
} ,
62
- // TODO(github.com/golang/vscode-go/issues/189): consider disabling lint when gopls is turned on.
63
62
'golint' : {
64
63
name : 'golint' ,
65
64
importPath : 'golang.org/x/lint/golint' ,
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ export const allToolsInformation: { [key: string]: Tool } = {
57
57
minimumGoVersion: semver.coerce('1.9'),
58
58
defaultVersion: 'v1.6.0'
59
59
},
60
- // TODO(github.com/golang/vscode-go/issues/189): consider disabling lint when gopls is turned on.
61
60
'golint': {
62
61
name: 'golint',
63
62
importPath: 'golang.org/x/lint/golint',
You can’t perform that action at this time.
0 commit comments