Skip to content

Commit d77fd42

Browse files
authored
Merge pull request #493 from MongoEngine/remove_arguments_check
CI/CD: Ignore arguments count issues
2 parents fdb646a + d9bf781 commit d77fd42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ checks:
1212
method-complexity:
1313
config:
1414
threshold: 10
15+
argument-count:
16+
config:
17+
threshold: 20
1518
exclude_patterns:
1619
- "tests/"
1720
- "example_app/"

0 commit comments

Comments
 (0)