mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
doc: vs code linter issue (#1880)
This commit is contained in:
parent
3ad9258a57
commit
51d66b2609
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user