Skip to content

Commit

Permalink
Merge pull request #470 from MongoEngine/codeclimate-config
Browse files Browse the repository at this point in the history
Added concrete code climate config
  • Loading branch information
insspb committed Jul 3, 2022
2 parents 3583591 + 629e416 commit fdeb2c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "2"
checks:
file-lines:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
complex-logic:
config:
threshold: 10
method-complexity:
config:
threshold: 10
exclude_patterns:
- "tests/"
- "example_app/"

0 comments on commit fdeb2c1

Please sign in to comment.