mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-01 22:31:15 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
21 lines
291 B
YAML
21 lines
291 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
|
|
exclude_patterns:
|
|
- ".github/"
|
|
- "vendor/"
|
|
- "codegen/"
|
|
- "*.yml"
|
|
- ".*.yml"
|
|
- "*.md"
|
|
- "Gopkg.*"
|
|
- "doc.go"
|
|
- "type_specific_codegen_test.go"
|
|
- "type_specific_codegen.go"
|
|
- ".gitignore"
|
|
- "LICENSE"
|