Skip to content

Commit

Permalink
create codeclimate file
Browse files Browse the repository at this point in the history
code analytic
  • Loading branch information
Avelino committed May 13, 2017
1 parent 94aeb57 commit 2113978
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
engines:
rubocop:
enabled: true
golint:
enabled: true
gofmt:
enabled: true
govet:
enabled: true
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- go
ratings:
paths:
- "**.go"
exclude_paths:
- vendor/

0 comments on commit 2113978

Please sign in to comment.