Codebase list golang-github-imdario-mergo / 441979eb-b1cf-4155-b77f-2a116b387c91/upstream .vscode / settings.json
441979eb-b1cf-4155-b77f-2a116b387c91/upstream

Tree @441979eb-b1cf-4155-b77f-2a116b387c91/upstream (Download .tar.gz)

settings.json @441979eb-b1cf-4155-b77f-2a116b387c91/upstreamraw · history · blame

1
2
3
4
5
6
7
{
    "go.lintTool": "golangci-lint",
    "go.lintFlags": [
        "--enable-all",
        "--disable=gomnd"
    ]
}