doc: vs code linter issue (#1880)

This commit is contained in:
Adrian Stobbe 2023-06-07 10:32:06 +02:00 committed by GitHub
parent 3ad9258a57
commit 51d66b2609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@ the `<REPOSITORY>/.vscode/settings.json` repo, so the settings will only affect
// tests.
"go.buildTags": "integration e2e",
```
For some inexplicable reason, the `"go.lintTool":"golangci-lint",` might be overwritten. In case you don't get all linter suggestions, you might want to check the value of `go.lintTool` in the UI settings and make sure it is also set to `golangci-lint`.
Additionally, we use the [Redhat YAML formatter](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) to have uniform formatting in our `.yaml` files.