Codebase list golang-github-imdario-mergo / c0bd9d15-5c14-408d-92dc-10704832b2fd/upstream/0.3.13+git20230113.1.12567bf .vscode / settings.json
c0bd9d15-5c14-408d-92dc-10704832b2fd/upstream/0.3.13+git20230113.1.12567bf

Tree @c0bd9d15-5c14-408d-92dc-10704832b2fd/upstream/0.3.13+git20230113.1.12567bf (Download .tar.gz)

settings.json @c0bd9d15-5c14-408d-92dc-10704832b2fd/upstream/0.3.13+git20230113.1.12567bfraw · history · blame

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