Skip to content

Commit 4600f55

Browse files
authored
Fix .vscode/settings.json: replace --fast with --fast-only (#3308)
This was changed in golangci-lint 2.0.0: https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md#v200
1 parent 08ba9ff commit 4600f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"go.lintTool": "golangci-lint",
77
"go.lintFlags": [
8-
"--fast"
8+
"--fast-only"
99
],
1010
"go.useLanguageServer": true,
1111
"gopls": {

0 commit comments

Comments
 (0)