1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00

Improve dev docs (#636)

This commit is contained in:
Anbraten
2021-12-21 10:52:10 +01:00
committed by GitHub
parent 465d2c9d84
commit bed69f9f72
11 changed files with 275 additions and 221 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"git.ignoreLimitWarning": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"vendor/": true
},
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
}