Skip to content

Commit

Permalink
feat: add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQQQQ committed Mar 4, 2018
1 parent e542f54 commit aeaa7dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "2"
plugins:
gofmt:
enabled: true
govet:
enabled: true
golint:
enabled: true
exclude_paths:
- vendor/

0 comments on commit aeaa7dd

Please sign in to comment.