Skip to content

Commit

Permalink
Add codeclimate configuration
Browse files Browse the repository at this point in the history
- CodeClimate config which hooks into codeclimate reporters
  • Loading branch information
oshalygin committed Sep 17, 2017
1 parent c217ee3 commit 9f19569
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
engines:
govet:
enabled: true
golint:
enabled: true
gofmt:
enabled: true

ratings:
paths:
- "**.go"
exclude_paths:
- vendor/**/*
- test-files/**/*
- dist/**/*

0 comments on commit 9f19569

Please sign in to comment.