mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
e5a75b2b30
Created a Code Climate config with gofmt, golint, and govet enabled
15 lines
185 B
YAML
15 lines
185 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
exclude_paths:
|
|
- /vendor
|
|
- /web/ui/static/vendor
|
|
- "/web/ui/bindata.go"
|