Skip to content

Commit

Permalink
codeclimate: relax some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jul 30, 2020
1 parent 7489e83 commit 026865c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ engines:
ratings:
paths:
- "**.js"

checks:
return-statements:
enabled: false
similar-code:
enabled: false
file-lines:
config:
threshold: 500
method-lines:
config:
threshold: 50
method-complexity:
config:
threshold: 10

0 comments on commit 026865c

Please sign in to comment.