mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-05 14:42:45 -04:00
Code Climate config (#2351)
Created a Code Climate config with gofmt, golint, and govet enabled
This commit is contained in:
parent
b22eb65d0f
commit
e5a75b2b30
1 changed files with 14 additions and 0 deletions
14
.codeclimate.yml
Normal file
14
.codeclimate.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
engines:
|
||||
gofmt:
|
||||
enabled: true
|
||||
golint:
|
||||
enabled: true
|
||||
govet:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.go"
|
||||
exclude_paths:
|
||||
- /vendor
|
||||
- /web/ui/static/vendor
|
||||
- "/web/ui/bindata.go"
|
||||
Loading…
Reference in a new issue