mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 13:17:12 +00:00
chore: set recommend vscode settings for golangci-lint
This commit is contained in:
parent
49f9bc716a
commit
b4ceadce1c
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
||||||
"go.testFlags": ["-v"]
|
"go.testFlags": ["-v"],
|
||||||
|
"go.lintTool": "golangci-lint",
|
||||||
|
"go.lintFlags": ["--fast"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue