Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from jmeas/codeclimate
Browse files Browse the repository at this point in the history
Add CodeClimate config file
  • Loading branch information
jamesplease committed May 15, 2016
2 parents b34e53e + 5ccfe57 commit 6b48075
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
ratings:
paths:
- "src/**/*.js"
exclude_paths:
- "gulpfile.js"
- "README.md"
- "package.json"
- "test/**/*"

0 comments on commit 6b48075

Please sign in to comment.