mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 21:34:14 +01:00
13 lines
159 B
YAML
13 lines
159 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
|
|
exclude_patterns:
|
|
- ".github/"
|
|
- "vendor/"
|
|
- "codegen/"
|
|
- "doc.go"
|