mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
5 lines
185 B
JSON
5 lines
185 B
JSON
{
|
||
"go.lintTool": "golangci-lint",
|
||
"go.lintFlags": ["--fast", "-E", "exportloopref"],
|
||
"gitlens.advanced.blame.customArguments": ["–ignore-revs-file", ".git-blame-ignore-revs"]
|
||
}
|