Browse Source

Code Climate config (#2351)

Created a Code Climate config with gofmt, golint, and govet enabled
pull/2354/head
Scott Larkin 8 years ago committed by Björn Rabenstein
parent
commit
e5a75b2b30
  1. 14
      .codeclimate.yml

14
.codeclimate.yml

@ -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…
Cancel
Save