Codebase list golang-github-imdario-mergo / 243d408b-2382-4434-bc78-91417ddb3340/main .vscode / settings.json
243d408b-2382-4434-bc78-91417ddb3340/main

Tree @243d408b-2382-4434-bc78-91417ddb3340/main (Download .tar.gz)

settings.json @243d408b-2382-4434-bc78-91417ddb3340/mainraw · history · blame

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