Skip to content

Commit 474ac3e

Browse files
committed
docs: fix flags example
1 parent 654dba6 commit 474ac3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,7 @@ The following flags have been removed:
21342134
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v1</summary>
21352135

21362136
```bash
2137-
golangci-lint run --disable-all --enable-only=govet --out-format=json --sort-order=linter --sort-results
2137+
golangci-lint run --disable-all --enable=govet --out-format=json --sort-order=linter --sort-results
21382138
```
21392139

21402140
</details>
@@ -2143,7 +2143,7 @@ golangci-lint run --disable-all --enable-only=govet --out-format=json --sort-ord
21432143
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v2</summary>
21442144

21452145
```bash
2146-
golangci-lint run --default=none --enable-only=govet --output.json.path=stdout
2146+
golangci-lint run --default=none --enable=govet --output.json.path=stdout
21472147
```
21482148

21492149
</details>

0 commit comments

Comments
 (0)