mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +00:00
18d3139e9e
Co-authored-by: Anbraten <anton@ju60.de>
22 lines
456 B
JSON
22 lines
456 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": [
|
|
"doublestar",
|
|
"multierr"
|
|
]
|
|
}
|