Skip to content

Commit

Permalink
It helps to enable an engine to check your code
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaferrara committed Jun 2, 2016
1 parent a7c9e8d commit adf8033
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .codeclimate.yml
@@ -1,8 +1,15 @@
engines:
duplication:
enabled: false
eslint:
enabled: true

ratings:
paths:
- "**.js"

exclude_paths:
- "generated/*"
- "helpers/stringio.js"
- "helpers/pack.js"
- "protos/messages.js"
engines:
duplication:
enabled: false

0 comments on commit adf8033

Please sign in to comment.