mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
a5ef372190
... and make custom errors follow std err conventions this fix a 500 response if the whole pipeline is filtered out
23 lines
468 B
JSON
23 lines
468 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"
|
|
],
|
|
"eslint.workingDirectories": [
|
|
"./web"
|
|
],
|
|
"prettier.configPath": "./web/.prettierrc.js",
|
|
"prettier.ignorePath": "./web/.prettierignore",
|
|
"cSpell.words": [
|
|
"Curr",
|
|
"doublestar",
|
|
"multierr"
|
|
]
|
|
}
|