Skip to content

Commit 654dba6

Browse files
committed
docs: fix flags example
1 parent 7dabc11 commit 654dba6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/docs/product/migration-guide.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -2133,17 +2133,17 @@ The following flags have been removed:
21332133
<details>
21342134
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v1</summary>
21352135

2136-
```bash
2137-
golangci-lint run --disable-all --enable-only=govet --out-format=colored-tab --sort-order=linter --sort-results
2138-
```
2136+
```bash
2137+
golangci-lint run --disable-all --enable-only=govet --out-format=json --sort-order=linter --sort-results
2138+
```
21392139

21402140
</details>
21412141

21422142
<details>
21432143
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v2</summary>
21442144

2145-
```bash
2146-
golangci-lint run --default=none --enable-only=govet --out-format=colored-tab
2147-
```
2145+
```bash
2146+
golangci-lint run --default=none --enable-only=govet --output.json.path=stdout
2147+
```
21482148

21492149
</details>

0 commit comments

Comments
 (0)