Skip to content

Commit

Permalink
fix(cc): checks thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Aug 11, 2023
1 parent 41142b4 commit 00a8960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ checks:
threshold: 1000
method-complexity:
config:
threshold: 7
threshold: 50
method-count:
config:
threshold: 50
method-lines:
config:
threshold: 50
threshold: 100
nested-control-flow:
config:
threshold: 4
Expand Down

0 comments on commit 00a8960

Please sign in to comment.