Skip to content

Commit 5511557

Browse files
committed
[Lint] CodeClimate: Raise argument count to 5
`handle_error` method takes 5 arguments and that's fine.
1 parent 08292ab commit 5511557

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.codeclimate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ checks:
55
enabled: true
66
config:
77
threshold: 7
8+
argument-count:
9+
enabled: true
10+
config:
11+
threshold: 5
812

913
exclude_patterns:
1014
- "benchmark/**/*"

0 commit comments

Comments
 (0)