mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 08:42:32 -05:00
6 lines
142 B
JSON
6 lines
142 B
JSON
{
|
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
|
"go.testFlags": ["-v"],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--fast"]
|
|
}
|