Skip to content

Commit

Permalink
Fix .codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
devlato committed Feb 16, 2018
1 parent 92ea9fa commit 385e024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checks:
threshold: 700
method-complexity:
config:
threshold: 8
threshold: 16
method-count:
config:
threshold: 20
Expand All @@ -37,7 +37,7 @@ checks:
threshold: 6
return-statements:
config:
threshold: 4
threshold: 8
similar-code:
enabled: false
identical-code:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "machine-readable-zone",
"version": "0.2.12",
"version": "0.2.14",
"description": "Machine Readable Zone",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand Down

0 comments on commit 385e024

Please sign in to comment.