chore: set golangci-lint as linter

Same as in the CI process
This commit is contained in:
lnu 2020-12-28 10:36:08 +01:00 committed by Jan De Dobbeleer
parent ed8fb232ce
commit d0055682ad

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"go.lintTool": "golangci-lint"
}