mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-14 10:16:50 +01:00
16 lines
185 B
YAML
16 lines
185 B
YAML
|
---
|
||
|
engines:
|
||
|
golint:
|
||
|
enabled: true
|
||
|
govet:
|
||
|
enabled: true
|
||
|
gofmt:
|
||
|
enabled: true
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.go"
|
||
|
exclude_paths:
|
||
|
- "*_test.go"
|