Merge pull request #3821 from ipfs/feat/codeclimate

misc: try enabling codeclimate
This commit is contained in:
Jeromy Johnson 2017-03-23 13:11:50 -07:00 committed by GitHub
commit 87f8af3577

18
.codeclimate.yml Normal file
View File

@ -0,0 +1,18 @@
ratings:
paths:
- **/*.go
exclude_paths:
- test/
- Godeps/
- thirdparty/
engines:
fixme:
enabled: true
golint:
enabled: true
govet:
enabled: true
gofmt:
enabled: true