Skip to content

Commit

Permalink
Create .codeclimate.yml (#468)
Browse files Browse the repository at this point in the history
Created a Code Climate config with our duplication engine and ESLint enabled.
  • Loading branch information
larkinscott authored and ekryski committed Nov 30, 2016
1 parent 771ea61 commit d0f3a3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
#exclude_paths:

0 comments on commit d0f3a3e

Please sign in to comment.