File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2133,17 +2133,17 @@ The following flags have been removed:
2133
2133
<details>
2134
2134
<summary style={{color : ' #737380' , paddingLeft: '1rem'}}>v1</summary>
2135
2135
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
+ ` ` `
2139
2139
2140
2140
</details>
2141
2141
2142
2142
<details>
2143
2143
<summary style={{color : ' #737380' , paddingLeft: '1rem'}}>v2</summary>
2144
2144
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
+ ` ` `
2148
2148
2149
2149
</details>
You can’t perform that action at this time.
0 commit comments