From d0055682adc030ff997750c5e188ee754d6475cc Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 28 Dec 2020 10:36:08 +0100 Subject: [PATCH] chore: set golangci-lint as linter Same as in the CI process --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..73e15260 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "go.lintTool": "golangci-lint" +}