Skip to content

Commit

Permalink
Merge pull request #33 from larkinscott/master
Browse files Browse the repository at this point in the history
Create .codeclimate.yml
  • Loading branch information
caiogondim authored Feb 8, 2017
2 parents c2bfb31 + 177def4 commit 1a63101
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
engines:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 50
eslint:
enabled: true

ratings:
paths:
- "**.js"

exclude_paths:

0 comments on commit 1a63101

Please sign in to comment.