Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 96e13dd

Browse files
committed
Configured CodeClimate
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.
1 parent a5d1d26 commit 96e13dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codeclimate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ ratings:
1515
- "**.py"
1616
exclude_paths:
1717
- tests/**/*
18+
checks:
19+
argument-count:
20+
config:
21+
threshold: 5
22+
file-lines:
23+
config:
24+
threshold: 1000
25+
method-complexity:
26+
config:
27+
threshold: 17

0 commit comments

Comments
 (0)