Skip to content

Commit

Permalink
Tune codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cresswell committed Jan 3, 2018
1 parent 252e15e commit d89d98a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: "2"
engines:
eslint:
enabled: false
Expand All @@ -8,7 +9,11 @@ engines:
- javascript
exclude_paths:
- test/**

checks:
method-complexity:
enabled: false
method-lines:
enabled: false
ratings:
paths:
- index.js
Expand Down

0 comments on commit d89d98a

Please sign in to comment.