File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2134,7 +2134,7 @@ The following flags have been removed:
2134
2134
<summary style={{color : ' #737380' , paddingLeft: '1rem'}}>v1</summary>
2135
2135
2136
2136
` ` ` 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
2138
2138
` ` `
2139
2139
2140
2140
</details>
@@ -2143,7 +2143,7 @@ golangci-lint run --disable-all --enable-only=govet --out-format=json --sort-ord
2143
2143
<summary style={{color : ' #737380' , paddingLeft: '1rem'}}>v2</summary>
2144
2144
2145
2145
` ` ` 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
2147
2147
` ` `
2148
2148
2149
2149
</details>
You can’t perform that action at this time.
0 commit comments