mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Update VS Code settings to use golangci-lint v2
We configure it to call the same binary that the new lint script also uses (see beginning of the branch).
This commit is contained in:
parent
c4de94cff0
commit
9b54dc0b28
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -2,4 +2,8 @@
|
|||
"gopls": {
|
||||
"formatting.gofumpt": true,
|
||||
},
|
||||
"go.alternateTools": {
|
||||
"golangci-lint-v2": "${workspaceFolder}/.bin/golangci-lint",
|
||||
},
|
||||
"go.lintTool": "golangci-lint-v2",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue