Skip to content

Commit

Permalink
updates to codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 24, 2017
1 parent 0a14d29 commit d66da61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ engines:
CodeSize/ExcessiveClassComplexity:
maximum: 200
CodeSize/NPathComplexity:
maximum: 300
maximum: 500
CodeSize/ExcessiveMethodLength:
maximum: 250
checks:
Design/TooManyPublicMethods:
enabled: false
Expand Down

0 comments on commit d66da61

Please sign in to comment.