Codebase list golang-github-imdario-mergo / b976f590-0d3e-4bdb-89f3-abe611355bc0/main .vscode / settings.json
b976f590-0d3e-4bdb-89f3-abe611355bc0/main

Tree @b976f590-0d3e-4bdb-89f3-abe611355bc0/main (Download .tar.gz)

settings.json @b976f590-0d3e-4bdb-89f3-abe611355bc0/mainraw · history · blame

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