Skip to content

Commit

Permalink
Add codeclimate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Nov 29, 2016
1 parent 0941275 commit 1d4fe59
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:
mass_threshold: 70

fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.module"
exclude_paths:
- config/
- test/

0 comments on commit 1d4fe59

Please sign in to comment.