1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00
portainer/.vscode.example/settings.json

5 lines
90 B
JSON
Raw Normal View History

2021-07-21 08:45:35 +03:00
{
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast", "-E", "exportloopref"]
}