Skip to content

Commit 16dd196

Browse files
committed
Use golangci lint v2
1 parent dbc8288 commit 16dd196

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"github-actions.workflows.pinned.workflows": [],
1414
"go.testExplorer.showDynamicSubtestsInEditor": true,
15-
"go.lintTool": "golangci-lint",
16-
"Lua.diagnostics.globals": ["KEYS", "ARGV", "redis", "cjson"]
15+
"go.lintTool": "golangci-lint-v2",
16+
"Lua.diagnostics.globals": ["KEYS", "ARGV", "redis", "cjson"],
17+
1718
}

0 commit comments

Comments
 (0)