Skip to content

Commit

Permalink
modify config for codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Mar 25, 2017
1 parent 45934f4 commit 4d7ae5a
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
engines:
eslint:
enabled: true
duplication:
enabled: true
duplications:
enabled: false
config:
languages:
- javascript
#mass_threshold: 30
- javascript
eslint:
enabled: true
# ... CONFIG CONTENT ...
checks:
Similar code:
enabled: false
comma-dangle:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "src/js/app.js"
- "src/inverted-index.js"
- "jasmine/specs/*"
languages:
JavaScript: true
exclude_paths:
-
env:
browser: true
es6: true
node: true
- "src/public/css"
- "src/public/images"
- .gitignore
- .eslintignore
- .travis.yml
- .eslintrc.json
- "jasmine/lib"
- "jasmine/testfiles"
- "gulpfile.js"

0 comments on commit 4d7ae5a

Please sign in to comment.