mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
14 lines
247 B
JSON
14 lines
247 B
JSON
|
{
|
||
|
"git.ignoreLimitWarning": true,
|
||
|
"search.exclude": {
|
||
|
"**/node_modules": true,
|
||
|
"**/bower_components": true,
|
||
|
"**/*.code-search": true,
|
||
|
"vendor/": true
|
||
|
},
|
||
|
"go.lintTool":"golangci-lint",
|
||
|
"go.lintFlags": [
|
||
|
"--fast"
|
||
|
]
|
||
|
}
|