Codebase list golang-github-imdario-mergo / 6c9785ee-345b-4ec8-967f-e663b9c4f399/main .vscode / settings.json
6c9785ee-345b-4ec8-967f-e663b9c4f399/main

Tree @6c9785ee-345b-4ec8-967f-e663b9c4f399/main (Download .tar.gz)

settings.json @6c9785ee-345b-4ec8-967f-e663b9c4f399/mainraw · history · blame

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