util/.vscode/settings.json

11 lines
275 B
JSON
Raw Permalink Normal View History

2017-08-29 08:38:06 +00:00
// Place your settings in this file to overwrite default and user settings.
{
// Specifies Lint tool name.
"go.lintTool": "gometalinter",
// Flags to pass to Lint tool (e.g. ["-min_confidence=.8"])
"go.lintFlags": [
"--config=${workspaceRoot}/golint.json"
]
}