Codebase list golang-github-imdario-mergo / run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/main .vscode / settings.json
run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/main

Tree @run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/main (Download .tar.gz)

settings.json @run/e1fcb303-93b9-485d-b119-c5ef1c4f3e29/mainraw · history · blame

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