Skip to content

Commit 3efb39f

Browse files
authored
dev: style changes in migration guide (#6040)
1 parent 46f4880 commit 3efb39f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/content/docs/product/migration-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Presets:
168168
| name | linters |
169169
|------|---------|
170170
| bugs | `asasalint`, `asciicheck`, `bidichk`, `bodyclose`, `contextcheck`, `durationcheck`, `errcheck`, `errchkjson`, `errorlint`, `exhaustive`, `gocheckcompilerdirectives`, `gochecksumtype`, `gosec`, `gosmopolitan`, `govet`, `loggercheck`, `makezero`, `musttag`, `nilerr`, `nilnesserr`, `noctx`, `protogetter`, `reassign`, `recvcheck`, `rowserrcheck`, `spancheck`, `sqlclosecheck`, `staticcheck`, `testifylint`, `zerologlint` |
171-
| comment | `dupword`, `godot`, `godox`, `misspell` |
171+
| comment | `dupword`, `godot`, `godox`, `misspell` |
172172
| complexity | `cyclop`, `funlen`, `gocognit`, `gocyclo`, `maintidx`, `nestif` |
173173
| error | `err113`, `errcheck`, `errorlint`, `wrapcheck` |
174174
| format | `gci`, `gofmt`, `gofumpt`, `goimports` |
@@ -1577,30 +1577,30 @@ version: "2"
15771577

15781578
### Integration
15791579

1580-
#### VSCode
1580+
#### Visual Studio Code
15811581

15821582
{{< tabs items="v1,v2" >}}
15831583
{{< tab >}}
15841584
```JSONata
15851585
"go.lintTool": "golangci-lint",
15861586
"go.lintFlags": [
1587-
"--fast"
1587+
"--fast"
15881588
]
15891589
```
15901590
{{< /tab >}}
15911591
{{< tab >}}
15921592
```JSONata
15931593
"go.lintTool": "golangci-lint",
15941594
"go.lintFlags": [
1595-
"--fast-only"
1595+
"--fast-only"
15961596
],
15971597
"go.formatTool": "custom",
15981598
"go.alternateTools": {
1599-
"customFormatter": "golangci-lint"
1599+
"customFormatter": "golangci-lint"
16001600
},
16011601
"go.formatFlags": [
1602-
"fmt",
1603-
"--stdin"
1602+
"fmt",
1603+
"--stdin"
16041604
]
16051605
```
16061606
{{< /tab >}}

0 commit comments

Comments
 (0)