mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
5319e1da09
Changed the vendor/ path in the exclude paths node.
16 lines
218 B
YAML
16 lines
218 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
exclude_paths:
|
|
- "/storage/remote/remote.pb.go"
|
|
- vendor/
|
|
- web/ui/static/vendor/
|
|
- "/web/ui/bindata.go"
|