mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-24 10:46:10 +01:00
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
|
"go.testFlags": ["-v"],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--fast"]
|
|
}
|