Codebase list golang-github-imdario-mergo / upstream/0.3.12+git20210923.1.fd3dfc9 .vscode / settings.json
upstream/0.3.12+git20210923.1.fd3dfc9

Tree @upstream/0.3.12+git20210923.1.fd3dfc9 (Download .tar.gz)

settings.json @upstream/0.3.12+git20210923.1.fd3dfc9raw · history · blame

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