File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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:
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>
You can’t perform that action at this time.
0 commit comments