Skip to content

Commit

Permalink
chore: relax codeclimate thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 26, 2021
1 parent 168cd5e commit 6ce6a5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: "2"
checks:
file-lines:
config:
threshold: 500
threshold: 1000
method-lines:
config:
threshold: 50
threshold: 200
method-count:
config:
threshold: 50
threshold: 100
return-statements:
config:
threshold: 7
Expand Down

0 comments on commit 6ce6a5b

Please sign in to comment.