Skip to content

Commit

Permalink
chore(quality): add code climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Aug 25, 2016
1 parent 0646183 commit 2fe87a5
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
eslint:
enabled: true
fixme:
enabled: true
ratings:
- "**.js"
exclude_paths:
- test/

0 comments on commit 2fe87a5

Please sign in to comment.