Skip to content

Commit

Permalink
Merge ea8e376 into 16818cc
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jul 25, 2021
2 parents 16818cc + ea8e376 commit 1c784aa
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: "2"
exclude_patterns:
- "doc/"
- "dist/"
- "**/tests/"
checks:
argument-count:
config:
threshold: 10
complex-logic:
config:
threshold: 20
file-lines:
enabled: false
method-complexity:
config:
threshold: 20
method-count:
config:
threshold: 75
method-lines:
config:
threshold: 100
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
similar-code:
config:
threshold: 64
identical-code:
config:
threshold: 64
plugins:
fixme:
enabled: true
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
python:
python_version: 3

0 comments on commit 1c784aa

Please sign in to comment.