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

Commit

Permalink
Add CodeClimate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed May 15, 2016
1 parent 2b76d7c commit 5ccfe57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codeclimate.yml
@@ -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 5ccfe57

Please sign in to comment.