Skip to content

Commit

Permalink
(chore): code analysis config
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Sep 8, 2016
1 parent c9d9228 commit 6cdafd4
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
exclude_paths:
- "release/"
- "assets/"
- "docs/"
ratings:
paths:
- "src/**/**.ts"

0 comments on commit 6cdafd4

Please sign in to comment.