Skip to content

Commit

Permalink
Configured CodeClimate
Browse files Browse the repository at this point in the history
I've overridden the default configuration in such a way that the code as
it is now passes all the code smells checks. Especially the default code
complexity threshold is extremely low.
  • Loading branch information
sybrenstuvel committed Aug 4, 2019
1 parent a5d1d26 commit 96e13dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ ratings:
- "**.py"
exclude_paths:
- tests/**/*
checks:
argument-count:
config:
threshold: 5
file-lines:
config:
threshold: 1000
method-complexity:
config:
threshold: 17

0 comments on commit 96e13dd

Please sign in to comment.