Skip to content

Commit

Permalink
Add codeclimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Mar 23, 2017
1 parent c80670f commit ce7fa3d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- config/
- node_modules/
- test/

0 comments on commit ce7fa3d

Please sign in to comment.