Skip to content

Commit

Permalink
Update codeclimate.yml (#4654)
Browse files Browse the repository at this point in the history
* Update codeclimate.yml

* Update .codeclimate.yml
  • Loading branch information
panzarino authored Aug 14, 2017
1 parent 3e2b405 commit 7e6b462
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ engines:
config:
languages:
- javascript
exclude_paths:
- "samples/samples.js"
eslint:
enabled: true
channel: "eslint-3"
Expand All @@ -15,7 +13,13 @@ ratings:
paths:
- "src/**/*.js"
exclude_paths:
- dist/**/*
- node_modules/**/*
- test/**/*
- coverage/**/*
- '.github/'
- 'dist/'
- 'test/'
- 'docs/'
- 'samples/'
- 'scripts/'
- '**.md'
- '**.json'
- 'gulpfile.js'
- 'karma.conf.js'

0 comments on commit 7e6b462

Please sign in to comment.