Skip to content

Commit

Permalink
Configure VSCode to use the same lint tool as CI. (#1111)
Browse files Browse the repository at this point in the history
We adopted `golangci-lint` to handle linting on CI, this configures VSCode to use that by default.
  • Loading branch information
nathanhammond authored Apr 25, 2022
1 parent 6a9f8d9 commit 8e3d178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"debug.javascript.unmapMissingSources": true,
"gopls": {
"experimentalWorkspaceModule": true
}
},
"go.lintTool": "golangci-lint",
}

1 comment on commit 8e3d178

@vercel
Copy link

@vercel vercel bot commented on 8e3d178 Apr 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.